[FIR] Report UNRESOLVED_REFERENCE on the first unresolved qualifier
#KT-55471 Fixed
This commit is contained in:
committed by
Space Team
parent
40fadac060
commit
10f7989af6
+6
@@ -27644,6 +27644,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/localObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassUnresolvedReference.kt")
|
||||
public void testNestedClassUnresolvedReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/nestedClassUnresolvedReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("newLineLambda.kt")
|
||||
public void testNewLineLambda() throws Exception {
|
||||
|
||||
+6
@@ -27644,6 +27644,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/localObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedClassUnresolvedReference.kt")
|
||||
public void testNestedClassUnresolvedReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/nestedClassUnresolvedReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("newLineLambda.kt")
|
||||
public void testNewLineLambda() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user