Fix tests after rebase

This commit is contained in:
Dmitry Petrov
2018-08-30 18:00:41 +03:00
parent 1bf8cfca8b
commit 65881dda97
7 changed files with 19 additions and 14 deletions
@@ -21,7 +21,7 @@ fun getAndCheckInlinedInt(a: InlinedInt, b: InlinedInt) =
// 0 valueOf
// 0 Value
// 1 areEqual
// 2 INVOKESTATIC InlinedInt\$Erased.box
// 2 INVOKESTATIC InlinedInt\.box
// 0 INVOKEVIRTUAL InlinedInt.unbox
// FILE: Inline.kt
@@ -8,4 +8,4 @@ fun test(zs: MutableList<Z2>, z: Z2) {
}
// 1 public final static box\(I\)LZ2;
// 1 INVOKESTATIC Z2\$Erased.box \(I\)LZ2;
// 1 INVOKESTATIC Z2\.box \(I\)LZ2;