Files
kotlin-fork/idea/testData/checker/regression/Jet53.kt
T
2020-11-11 21:02:34 +03:00

6 lines
126 B
Kotlin
Vendored

import java.util.Collections
fun <T> checkSubtype(t: T) = t
val ab = checkSubtype<List<Int>?>(Collections.emptyList<Int>())