Use JVM name of getter in synthetic method for property annotations
#KT-31352 In Progress
This commit is contained in:
@@ -18,7 +18,7 @@ public final class Test {
|
||||
@kotlin.Metadata()
|
||||
public static final class A {
|
||||
|
||||
public static void test$annotations() {
|
||||
public static void getTest$annotations() {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user