Use JVM name of getter in synthetic method for property annotations
#KT-31352 In Progress
This commit is contained in:
@@ -53,7 +53,7 @@ public final class TopLevelKt {
|
||||
}
|
||||
|
||||
@Anno(value = "extpr")
|
||||
public static void extensionProperty$annotations(java.lang.Object p0) {
|
||||
public static void getExtensionProperty$annotations(java.lang.Object p0) {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user