Fix rewrite for ANNOTATION slice (EA-49336)
This commit is contained in:
@@ -545,6 +545,16 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/annotations/AnnotatedConstructorParams.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotationForClassTypeParameter.kt")
|
||||
public void testAnnotationForClassTypeParameter() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/annotations/AnnotationForClassTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotationForFunctionTypeParameter.kt")
|
||||
public void testAnnotationForFunctionTypeParameter() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/annotations/AnnotationForFunctionTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotationForObject.kt")
|
||||
public void testAnnotationForObject() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/annotations/AnnotationForObject.kt");
|
||||
@@ -560,6 +570,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/annotations/AnnotationsForClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotationsForPropertyTypeParameter.kt")
|
||||
public void testAnnotationsForPropertyTypeParameter() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/annotations/AnnotationsForPropertyTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("BasicAnnotations.kt")
|
||||
public void testBasicAnnotations() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/annotations/BasicAnnotations.kt");
|
||||
|
||||
+5
@@ -2394,6 +2394,11 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/lazyResolve/namespaceComparator/simpleClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("UnresolvedAnnotationOnObject.kt")
|
||||
public void testUnresolvedAnnotationOnObject() throws Exception {
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/lazyResolve/namespaceComparator/UnresolvedAnnotationOnObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargIterator.kt")
|
||||
public void testVarargIterator() throws Exception {
|
||||
doTestCheckingPrimaryConstructors("compiler/testData/lazyResolve/namespaceComparator/varargIterator.kt");
|
||||
|
||||
Reference in New Issue
Block a user