JVM_IR. Don't copy synthetic method for property annotations if @JvmStatic presented
This commit is contained in:
+5
@@ -186,6 +186,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/annotations/singleAssignmentToVarargInAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("syntheticMethodForJvmStaticProperty.kt")
|
||||
public void testSyntheticMethodForJvmStaticProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/syntheticMethodForJvmStaticProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("syntheticMethodForProperty.kt")
|
||||
public void testSyntheticMethodForProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/syntheticMethodForProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user