Support new convention for local variables name mangling: '$receiver' -> '$this$<label>' (KT-26913)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
public final class SimpleKt : java/lang/Object {
|
||||
public final static void foo(java.lang.String $receiver, int a)
|
||||
public final static void foo(java.lang.String $this$foo, int a)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user