[FIR] Apply BAD testData changes after type parameters support

This commit is contained in:
simon.ogorodnik
2020-04-07 00:49:03 +03:00
parent 132c8ee210
commit 0e21ac8ed2
8 changed files with 17 additions and 18 deletions
@@ -9,7 +9,7 @@ class Outer<T> {
x.checkType { <!INAPPLICABLE_CANDIDATE!>_<!><Inner>() }
x.checkType { _<Outer<String>.Inner>() }
z.checkType { _<Inner>() }
z.checkType { _<Outer<T>.Inner>() }
z.checkType { <!INAPPLICABLE_CANDIDATE!>_<!><Outer<T>.Inner>() }
inner = x
}