[FIR2IR] Use a fully expanded type when generating IrClassReference
#KT-60639 Fixed
This commit is contained in:
Generated
+6
@@ -35885,6 +35885,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -35885,6 +35885,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user