Files
kotlin-fork/compiler/testData/diagnostics/tests/ProjectionOnFunctionArgumentErrror.fir.kt
T

5 lines
97 B
Kotlin
Vendored

fun test() {
fun <T> foo(){}
foo<<!PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT!>in Int<!>>()
}