[TD] Update test data after previous commit
This commit is contained in:
Vendored
+1
-1
@@ -10,4 +10,4 @@ fun test() {
|
||||
while (a is B || a is C) {
|
||||
a.foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ fun test_4(x: Any, b: Boolean) {
|
||||
}
|
||||
break
|
||||
}
|
||||
x.<!UNRESOLVED_REFERENCE!>foo<!>() // No smartcast
|
||||
x.<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>foo<!>()<!> // No smartcast
|
||||
}
|
||||
|
||||
fun test_5(x: Any, b: Boolean) {
|
||||
|
||||
Reference in New Issue
Block a user