5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
fun test() {
|
|
fun <T> foo(){}
|
|
foo<<!PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT!>in<!> Int>()
|
|
}
|