[NI] Fix testdata after introducing DefinitelyNotNull types

This commit is contained in:
Mikhail Zarechenskiy
2017-11-29 11:10:51 +03:00
parent 9565b56b2a
commit b2299ed19f
14 changed files with 84 additions and 26 deletions
@@ -30,7 +30,7 @@ class A<T : CharSequence?, E1 : T, E2: T?> {
t = <!NI;TYPE_MISMATCH, TYPE_MISMATCH!>y<!>
if (y != null) {
t = <!NI;TYPE_MISMATCH, DEBUG_INFO_SMARTCAST!>y<!>
t = <!DEBUG_INFO_SMARTCAST!>y<!>
}
if (tN != null) {