Fix backend tests after changing format of synthetic variables for inline functions
This commit is contained in:
@@ -9,9 +9,9 @@ public final class Foo$Bar : java/lang/Object {
|
||||
|
||||
public final void bar() {
|
||||
Local variables:
|
||||
1 $i$a$1$block: I
|
||||
1 $i$a$-block-Foo$Bar$bar$1$1: I
|
||||
2 $i$f$block: I
|
||||
3 $i$a$1$block: I
|
||||
3 $i$a$-block-Foo$Bar$bar$1: I
|
||||
4 $i$f$block: I
|
||||
0 this: LFoo$Bar;
|
||||
}
|
||||
@@ -25,7 +25,7 @@ public final class Foo : java/lang/Object {
|
||||
|
||||
public final void foo() {
|
||||
Local variables:
|
||||
1 $i$a$1$block: I
|
||||
1 $i$a$-block-Foo$foo$1: I
|
||||
2 $i$f$block: I
|
||||
0 this: LFoo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user