JVM_IR: Remove buggy special case accessor code from JvmStaticAnnotationLowering
General purpose accessors in SyntheticAnnotationLowering are sufficient.
This commit is contained in:
+5
@@ -15938,6 +15938,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/interfaceCompanion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmNameForAccessor.kt")
|
||||
public void testJvmNameForAccessor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/jvmNameForAccessor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21246.kt")
|
||||
public void testKt21246() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt21246.kt");
|
||||
|
||||
Reference in New Issue
Block a user