[FIR2IR] Use a fully expanded type when generating IrClassReference

#KT-60639 Fixed
This commit is contained in:
Ivan Kylchik
2023-07-25 18:00:24 +02:00
committed by Space Team
parent 7e5e2fe1e4
commit fe9de6875a
18 changed files with 115 additions and 2 deletions
@@ -36215,6 +36215,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/typealias/typeAliasObjectCallable.kt");
}
@Test
@TestMetadata("typeAliasOnTypeAlias.kt")
public void testTypeAliasOnTypeAlias() throws Exception {
runTest("compiler/testData/codegen/box/typealias/typeAliasOnTypeAlias.kt");
}
@Test
@TestMetadata("typeAliasSecondaryConstructor.kt")
public void testTypeAliasSecondaryConstructor() throws Exception {
@@ -36215,6 +36215,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/typealias/typeAliasObjectCallable.kt");
}
@Test
@TestMetadata("typeAliasOnTypeAlias.kt")
public void testTypeAliasOnTypeAlias() throws Exception {
runTest("compiler/testData/codegen/box/typealias/typeAliasOnTypeAlias.kt");
}
@Test
@TestMetadata("typeAliasSecondaryConstructor.kt")
public void testTypeAliasSecondaryConstructor() throws Exception {
@@ -36215,6 +36215,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/typealias/typeAliasObjectCallable.kt");
}
@Test
@TestMetadata("typeAliasOnTypeAlias.kt")
public void testTypeAliasOnTypeAlias() throws Exception {
runTest("compiler/testData/codegen/box/typealias/typeAliasOnTypeAlias.kt");
}
@Test
@TestMetadata("typeAliasSecondaryConstructor.kt")
public void testTypeAliasSecondaryConstructor() throws Exception {