[FE 1.0] Take into account import aliases during hidden member resolution
This commit is contained in:
+6
@@ -24437,6 +24437,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/kt36264.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49736.kt")
|
||||
public void testKt49736() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/resolve/kt49736.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localObject.kt")
|
||||
public void testLocalObject() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user