Fix interpreter tests after changing offset calculation

This commit is contained in:
Ilya Chernikov
2022-03-14 15:43:37 +01:00
committed by teamcity
parent 738c1f34df
commit 53bc593062
71 changed files with 359 additions and 355 deletions
+2 -2
View File
@@ -15,5 +15,5 @@ class A(val a: Int) {
}
}
const val a = getLocalObject(10).<!EVALUATED: `10`!>getNum()<!>
const val b = A(2).localObject.<!EVALUATED: `2`!>getNum()<!>
const val a = <!EVALUATED: `10`!>getLocalObject(10).getNum()<!>
const val b = <!EVALUATED: `2`!>A(2).localObject.getNum()<!>