[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
@@ -19,5 +19,5 @@ class A {
}
fun test4(a: A) {
a.bar<out out Int>()
a.bar<<!PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT!>out out Int<!>>()
}