Add diagnostics to test data from NI
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ class Derived : BaseOuter() {
|
||||
fun test(foo: Foo) {
|
||||
if (foo.base is Derived) {
|
||||
foo.base.foo() checkType { _<String>() } // Resolved to extension
|
||||
<!SMARTCAST_IMPOSSIBLE!>foo.base<!>.bar()
|
||||
<!OI;SMARTCAST_IMPOSSIBLE!>foo.base<!>.<!NI;INVISIBLE_MEMBER!>bar<!>()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user