Add language feature for changed name of property annotations method

#KT-31352 Fixed
This commit is contained in:
Alexander Udalov
2019-05-28 16:39:53 +02:00
parent ea0142da60
commit 01ddac58e1
32 changed files with 83 additions and 50 deletions
@@ -18,7 +18,7 @@ public final class Bar {
@Anno()
@PropertyAnno()
public static void getA$annotations() {
public static void a$annotations() {
}
@org.jetbrains.annotations.NotNull()
@@ -43,7 +43,7 @@ public final class Baz {
public final java.lang.String a = "";
@Anno()
public static void getA$annotations() {
public static void a$annotations() {
}
public Baz() {
@@ -75,7 +75,7 @@ public final class Foo {
private final java.lang.String a = null;
@PropertyAnno()
public static void getA$annotations() {
public static void a$annotations() {
}
@org.jetbrains.annotations.NotNull()