JVM_IR. Don't copy synthetic method for property annotations if @JvmStatic presented

This commit is contained in:
Mikhael Bogdanov
2020-01-30 11:38:55 +01:00
parent 832064305f
commit 10900e0d90
6 changed files with 83 additions and 1 deletions
@@ -191,6 +191,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");