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