[FE] Properly parse java class name from sources if java class has annotations
^KT-56847 Fixed
This commit is contained in:
committed by
Space Team
parent
5455942859
commit
331cc1465a
+6
@@ -1386,6 +1386,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/invalidTypesInAnnotationConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaAnnotationAndJavaClassWithIt.kt")
|
||||
public void testJavaAnnotationAndJavaClassWithIt() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/javaAnnotationAndJavaClassWithIt.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("JavaAnnotationConstructors.kt")
|
||||
public void testJavaAnnotationConstructors() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user