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