JVM IR: fix condition in Documented annotation generation

This commit is contained in:
Alexander Udalov
2020-01-29 18:51:26 +01:00
parent d71dec9b64
commit 186a456e01
6 changed files with 53 additions and 5 deletions
@@ -136,6 +136,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/annotations/kt10136.kt");
}
@TestMetadata("mustBeDocumented.kt")
public void testMustBeDocumented() throws Exception {
runTest("compiler/testData/codegen/box/annotations/mustBeDocumented.kt");
}
@TestMetadata("nestedAnnotation.kt")
public void testNestedAnnotation() throws Exception {
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");