Test for function call with projection type arguments

This commit is contained in:
Andrey Breslav
2011-11-04 14:53:03 +03:00
parent b15af315c4
commit 2755fb8538
@@ -0,0 +1,4 @@
fun test() {
fun <T> foo(){}
foo<<!PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT!>in Int<!>>()
}