JVM_IR: remove constructors of nested annotations

This commit is contained in:
pyos
2019-12-19 14:43:09 +01:00
committed by max-kammerer
parent 17d2fda946
commit 59f2aa7add
8 changed files with 43 additions and 11 deletions
@@ -141,6 +141,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");