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

4 lines
96 B
Plaintext

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