[FIR] Fix computeTypeArguments() & add diagnostic for type args

This commit is contained in:
Nick
2020-07-07 12:10:19 +03:00
committed by Mikhail Glukhikh
parent 8772fabc4f
commit a5f34a880c
14 changed files with 94 additions and 12 deletions
@@ -1,4 +1,4 @@
fun test() {
fun <T> foo(){}
foo<in Int>()
foo<<!PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT!>in Int<!>>()
}