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