Use JVM name of getter in synthetic method for property annotations

#KT-31352 In Progress
This commit is contained in:
Alexander Udalov
2019-05-14 18:05:32 +02:00
parent dfea94aef5
commit ea0142da60
33 changed files with 104 additions and 56 deletions
@@ -18,7 +18,7 @@ public final class Bar {
@Anno()
@PropertyAnno()
public static void a$annotations() {
public static void getA$annotations() {
}
@org.jetbrains.annotations.NotNull()
@@ -43,7 +43,7 @@ public final class Baz {
public final java.lang.String a = "";
@Anno()
public static void a$annotations() {
public static void getA$annotations() {
}
public Baz() {
@@ -75,7 +75,7 @@ public final class Foo {
private final java.lang.String a = null;
@PropertyAnno()
public static void a$annotations() {
public static void getA$annotations() {
}
@org.jetbrains.annotations.NotNull()