[KLIB] Fix references to private top-level typealias via type abbreviation

This commit is contained in:
Roman Artemev
2019-09-10 19:34:57 +03:00
committed by romanart
parent 40ebe4063c
commit e5a1040dbd
7 changed files with 51 additions and 0 deletions
@@ -25131,6 +25131,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/typealias/objectLiteralConstructor.kt");
}
@TestMetadata("privateInKlib.kt")
public void testPrivateInKlib() throws Exception {
runTest("compiler/testData/codegen/box/typealias/privateInKlib.kt");
}
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("compiler/testData/codegen/box/typealias/simple.kt");