FIR: remap Java meta-annotations to Kotlin equivalents
This is a direct port of JavaAnnotationMapper from the old frontend.
This commit is contained in:
+5
@@ -121,6 +121,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/annotations/fileClassWithFileAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaAnnotationOnProperty.kt")
|
||||
public void testJavaAnnotationOnProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/javaAnnotationOnProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmAnnotationFlags.kt")
|
||||
public void testJvmAnnotationFlags() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/jvmAnnotationFlags.kt");
|
||||
|
||||
Reference in New Issue
Block a user