Use JVM name of getter in synthetic method for property annotations
#KT-31352 In Progress
This commit is contained in:
+5
@@ -14873,6 +14873,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmName/propertyName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propertySyntheticMethod.kt")
|
||||
public void testPropertySyntheticMethod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmName/propertySyntheticMethod.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("renamedFileClass.kt")
|
||||
public void testRenamedFileClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmName/renamedFileClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user