As it described in the Kotlin reference. To make Kotlin APIs work in Java we generate Box<Super> as Box<? extends Super> for covariantly ...
確定! 回上一頁