[TD] Update test data after previous commit
This commit is contained in:
+3
-3
@@ -30,7 +30,7 @@ fun test_3(x: Any, y: Any) {
|
||||
}
|
||||
z = y
|
||||
if (y is B) {
|
||||
z.<!UNRESOLVED_REFERENCE!>foo<!>()
|
||||
z.<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>foo<!>()<!>
|
||||
z.bar()
|
||||
}
|
||||
}
|
||||
@@ -40,7 +40,7 @@ fun test_4(y: Any) {
|
||||
x as Int
|
||||
x.inc()
|
||||
x = y
|
||||
x.<!UNRESOLVED_REFERENCE!>inc<!>()
|
||||
x.<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>inc<!>()<!>
|
||||
if (y is A) {
|
||||
x.foo()
|
||||
y.foo()
|
||||
@@ -75,4 +75,4 @@ fun test_7(d1: D, d2: D) {
|
||||
a.foo() // should be OK
|
||||
b as B
|
||||
b.bar() // should be OK
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user