Use 'name-hash' mangling scheme
'-' is allowed as a name character both in JVM and in Dalvik, but can't be a part of a Java identifier.
This commit is contained in:
committed by
Ilya Gorbunov
parent
a56d1d3ce8
commit
99498eb7b8
+1
-1
@@ -14,5 +14,5 @@ inline class Foo(val x: Int) {
|
||||
|
||||
// 1 INVOKESTATIC Foo\$Erased.empty \(I\)V
|
||||
// 1 INVOKESTATIC Foo\$Erased.withParam \(ILjava/lang/String;\)V
|
||||
// 1 INVOKESTATIC Foo\$Erased.withInlineClassParam\$1e4ch6lh \(II\)V
|
||||
// 1 INVOKESTATIC Foo\$Erased.withInlineClassParam-1e4ch6lh \(II\)V
|
||||
// 5 INVOKEVIRTUAL
|
||||
Reference in New Issue
Block a user