[FIR2IR] Use a fully expanded type when generating IrClassReference
#KT-60639 Fixed
This commit is contained in:
+6
@@ -49295,6 +49295,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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 {
|
||||
|
||||
+6
@@ -52175,6 +52175,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
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 {
|
||||
|
||||
+6
@@ -52175,6 +52175,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
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