Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/Jet53.kt
T

7 lines
127 B
Kotlin
Vendored

// FIR_IDENTICAL
// !CHECK_TYPE
import java.util.Collections
val ab = checkSubtype<List<Int>?>(Collections.emptyList<Int>())