[FIR] Properly create class scopes while resolving of annotations arguments

This commit is contained in:
Dmitriy Novozhilov
2021-08-04 16:02:22 +03:00
committed by teamcityserver
parent 4c58954967
commit 60195114c1
7 changed files with 67 additions and 5 deletions
@@ -731,6 +731,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolve/arguments/namedArrayInAnnotation.kt");
}
@Test
@TestMetadata("nestedClassInAnnotationArgument.kt")
public void testNestedClassInAnnotationArgument() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/arguments/nestedClassInAnnotationArgument.kt");
}
@Test
@TestMetadata("noParameterForName.kt")
public void testNoParameterForName() throws Exception {