Change synthetic accessor method names to "access$..."
As per discussion in https://youtrack.jetbrains.com/issue/KT-6870
This commit is contained in:
@@ -5,4 +5,4 @@ class A {
|
||||
}
|
||||
// A and class object constructor call
|
||||
// 2 ALOAD 0
|
||||
// 1 synthetic getR
|
||||
// 1 synthetic access\$getR
|
||||
|
||||
Reference in New Issue
Block a user