[FIR] Support of type arguments in annotations ^KT-48444 Fixed
This commit is contained in:
+6
@@ -1446,6 +1446,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/typeAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeArgumentsInAnnotation.kt")
|
||||
public void testTypeArgumentsInAnnotation() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/typeArgumentsInAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeParameterAsAnnotation.kt")
|
||||
public void testTypeParameterAsAnnotation() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user