Test for function call with projection type arguments
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
fun <T> foo(){}
|
||||
foo<<!PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT!>in Int<!>>()
|
||||
}
|
||||
Reference in New Issue
Block a user