Support class type parameters annotation checking
This commit is contained in:
+6
@@ -1001,6 +1001,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter_16.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotationForClassTypeParameter_typeUseFlag.kt")
|
||||
public void testAnnotationForClassTypeParameter_typeUseFlag() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter_typeUseFlag.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotationForFunctionTypeParameter.kt")
|
||||
public void testAnnotationForFunctionTypeParameter() throws Exception {
|
||||
|
||||
+6
@@ -1001,6 +1001,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter_16.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotationForClassTypeParameter_typeUseFlag.kt")
|
||||
public void testAnnotationForClassTypeParameter_typeUseFlag() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter_typeUseFlag.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotationForFunctionTypeParameter.kt")
|
||||
public void testAnnotationForFunctionTypeParameter() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user