[FIR-TEST] Update testdata of old frontend tests
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ class MyClass {
|
||||
var res = 0
|
||||
m = create()
|
||||
// See KT-7428
|
||||
for ((k, v) in m)
|
||||
res += (k.length + v.length)
|
||||
<!INAPPLICABLE_CANDIDATE, UNRESOLVED_REFERENCE, UNRESOLVED_REFERENCE!>for ((k, v) in m)
|
||||
<!UNRESOLVED_REFERENCE!>res += (k.<!UNRESOLVED_REFERENCE!>length<!> + v.<!UNRESOLVED_REFERENCE!>length<!>)<!><!>
|
||||
return res
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user