Change synthetic accessor method names to "access$..."

As per discussion in https://youtrack.jetbrains.com/issue/KT-6870
This commit is contained in:
Alexander Udalov
2015-02-27 16:18:03 +03:00
parent ac9e6cd9ca
commit 2c0830b017
11 changed files with 124 additions and 35 deletions
@@ -5,4 +5,4 @@ class A {
}
// A and class object constructor call
// 2 ALOAD 0
// 1 synthetic getR
// 1 synthetic access\$getR