Use JVM name of getter in synthetic method for property annotations
#KT-31352 In Progress
This commit is contained in:
@@ -110,7 +110,7 @@ public final class TestAnno2 {
|
||||
}
|
||||
|
||||
@Anno3(value = "property")
|
||||
public static void b$annotations() {
|
||||
public static void getB$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user