JVM_IR. Align outer parameter name generation between backends

This commit is contained in:
Mikhael Bogdanov
2020-01-28 15:20:31 +01:00
parent 17e89fbbdb
commit 504d79577d
6 changed files with 8 additions and 6 deletions
@@ -1,10 +1,10 @@
public final class Foo$Bar : java/lang/Object {
final Foo this$0
public void <init>(Foo $outer) {
public void <init>(Foo this$0) {
Local variables:
0 this: LFoo$Bar;
1 $outer: LFoo;
1 this$0: LFoo;
}
public final void bar() {
@@ -1,7 +1,7 @@
public final class Foo$Bar : java/lang/Object {
final Foo this$0
public void <init>(Foo $outer)
public void <init>(Foo this$0)
}
public final class Foo : java/lang/Object {