[FIR2IR] Use a fully expanded type when generating IrClassReference
#KT-60639 Fixed
This commit is contained in:
+6
@@ -39661,6 +39661,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
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
@@ -40687,6 +40687,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
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
@@ -39149,6 +39149,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
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
@@ -39662,6 +39662,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
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