JVM_IR: remove constructors of nested annotations
This commit is contained in:
+5
@@ -136,6 +136,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/annotations/kt10136.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedAnnotation.kt")
|
||||
public void testNestedAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedClassPropertyAsParameter.kt")
|
||||
public void testNestedClassPropertyAsParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/nestedClassPropertyAsParameter.kt");
|
||||
|
||||
Reference in New Issue
Block a user