[FE 1.0] Take into account import aliases during hidden member resolution

This commit is contained in:
Victor Petukhov
2021-11-17 13:11:43 +03:00
parent c2de8712f2
commit 42805db989
13 changed files with 57 additions and 2 deletions
@@ -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 {