Use JVM name of getter in synthetic method for property annotations
#KT-31352 In Progress
This commit is contained in:
@@ -189,7 +189,7 @@ public final class Test {
|
||||
@lib.Anno(value = "3", construct = {"C"})
|
||||
@lib.Anno(value = "2", construct = {"A", "B"})
|
||||
@lib.Anno(value = "1")
|
||||
public static void value$annotations() {
|
||||
public static void getValue$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user