[FIR-TEST] Update testdata of old FE contracts tests
This commit is contained in:
Vendored
+2
-2
@@ -14,8 +14,8 @@ fun myAssert(condition: Boolean) {
|
||||
fun testWithCatch(x: Any?) {
|
||||
try {
|
||||
myAssert(x is String)
|
||||
x.<!UNRESOLVED_REFERENCE!>length<!>
|
||||
x.length
|
||||
} catch (e: java.lang.IllegalArgumentException) { }
|
||||
|
||||
x.<!UNRESOLVED_REFERENCE!>length<!>
|
||||
x.length
|
||||
}
|
||||
Reference in New Issue
Block a user