6 lines
110 B
Kotlin
6 lines
110 B
Kotlin
// !CHECK_TYPE
|
|
|
|
import java.util.Collections
|
|
|
|
val ab = checkSubtype<List<Int>?>(Collections.emptyList<Int>())
|