Fix failing test after fcfabb70d5

This commit is contained in:
Victor Petukhov
2020-09-30 17:36:57 +03:00
parent 60cf3b5740
commit d0a1f18c7d
@@ -17,7 +17,7 @@ class B : A() {
b.foo { }
if (a is B) {
<!OI;DEBUG_INFO_SMARTCAST!>a<!>.<!NI;INVISIBLE_MEMBER!>foo<!> {}
<!DEBUG_INFO_SMARTCAST!>a<!>.foo {}
}
if (d.x is B) {