[FIR] Fix computeTypeArguments() & add diagnostic for type args
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun test() {
|
||||
fun <T> foo(){}
|
||||
foo<in Int>()
|
||||
foo<<!PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT!>in Int<!>>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user