Files
kotlin-fork/compiler/testData/diagnostics/tests/ProjectionOnFunctionArgumentErrror.jet
T
2012-04-19 16:25:48 +04:00

5 lines
97 B
Plaintext

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