[FIR] Initialize annotations in FirErrorTypeRef
^KT-62447 Fixed ^KT-62628 Fixed
This commit is contained in:
committed by
Space Team
parent
ec3cfdefcb
commit
bb937a8a21
Generated
+6
@@ -1554,6 +1554,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/AnnotatedConstructorParams.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotatedErrorTypeRef.kt")
|
||||
public void testAnnotatedErrorTypeRef() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/AnnotatedErrorTypeRef.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotatedExpressionInsideAnnotation.kt")
|
||||
public void testAnnotatedExpressionInsideAnnotation() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user