[FIR] Fix resolving to star import member instead of builtin (^KT-48157 Fixed)
This commit is contained in:
+6
@@ -24117,6 +24117,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/resolveAnnotatedLambdaArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("resolveToStarImportMemberInsteadOfBuiltin.kt")
|
||||
public void testResolveToStarImportMemberInsteadOfBuiltin() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/resolveToStarImportMemberInsteadOfBuiltin.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("resolveTypeArgsForUnresolvedCall.kt")
|
||||
public void testResolveTypeArgsForUnresolvedCall() throws Exception {
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
Resolved to:
|
||||
0: (in <local>: test) class Conflict
|
||||
0: (in test.Conflict) companion object
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
Resolved to:
|
||||
0: (in <local>: test) class Conflict
|
||||
0: (in test) object Conflict
|
||||
Reference in New Issue
Block a user