Update tests

This commit is contained in:
Victor Petukhov
2021-05-12 20:23:35 +03:00
parent 8602d1fcf0
commit fd6475c804
11 changed files with 28 additions and 15 deletions
@@ -28,7 +28,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 = a.baz<T>()
val y: T = <!NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS!>a.baz<T>()<!>
}
}