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