[FIR] Add forgotten resolution of annotations on get class calls
This commit is contained in:
committed by
teamcity
parent
c16955ff3f
commit
fcc5b804a8
+6
@@ -32,6 +32,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/annotationOnDeclarationWithDifferentArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationOnGetClassCall.kt")
|
||||
public void testAnnotationOnGetClassCall() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/annotationOnGetClassCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationUsedAsAnnotationArgument.kt")
|
||||
public void testAnnotationUsedAsAnnotationArgument() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user