[KLIB] Fix references to private top-level typealias via type abbreviation
This commit is contained in:
Generated
+5
@@ -19181,6 +19181,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -20336,6 +20336,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user