Fix failing tests after 8bd78064be

This commit is contained in:
Victor Petukhov
2021-01-25 16:14:25 +03:00
parent 1654dfb3bf
commit c111c33950
2 changed files with 2 additions and 3 deletions
@@ -29,7 +29,7 @@ class X<T>(t: T?) {
a.foo(<!NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS!>t<!>)
val x: T = <!NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS!>a.bam()<!>
val y: T = <!NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS!>a.baz<T>()<!>
val y: T = a.baz<T>()
}
}