[FIR2IR] Unwrap typealiases during applying of suspend conversion

^KT-65002 Fixed
This commit is contained in:
Dmitriy Novozhilov
2024-02-25 11:09:30 +02:00
committed by Space Team
parent 83ddf904aa
commit 9857bdc891
22 changed files with 131 additions and 1 deletions
@@ -40138,6 +40138,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/suspendConversion/suspendConversionCompatibility.kt");
}
@Test
@TestMetadata("suspendConversionOfAliasedType.kt")
public void testSuspendConversionOfAliasedType() {
runTest("compiler/testData/codegen/box/suspendConversion/suspendConversionOfAliasedType.kt");
}
@Test
@TestMetadata("suspendConversionOnVarargElements.kt")
public void testSuspendConversionOnVarargElements() {
@@ -41158,6 +41158,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/suspendConversion/suspendConversionCompatibility.kt");
}
@Test
@TestMetadata("suspendConversionOfAliasedType.kt")
public void testSuspendConversionOfAliasedType() {
runTest("compiler/testData/codegen/box/suspendConversion/suspendConversionOfAliasedType.kt");
}
@Test
@TestMetadata("suspendConversionOnVarargElements.kt")
public void testSuspendConversionOnVarargElements() {
@@ -38542,6 +38542,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/suspendConversion/suspendConversionCompatibility.kt");
}
@Test
@TestMetadata("suspendConversionOfAliasedType.kt")
public void testSuspendConversionOfAliasedType() {
runTest("compiler/testData/codegen/box/suspendConversion/suspendConversionOfAliasedType.kt");
}
@Test
@TestMetadata("suspendConversionOnVarargElements.kt")
public void testSuspendConversionOnVarargElements() {
@@ -39551,6 +39551,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/suspendConversion/suspendConversionCompatibility.kt");
}
@Test
@TestMetadata("suspendConversionOfAliasedType.kt")
public void testSuspendConversionOfAliasedType() {
runTest("compiler/testData/codegen/box/suspendConversion/suspendConversionOfAliasedType.kt");
}
@Test
@TestMetadata("suspendConversionOnVarargElements.kt")
public void testSuspendConversionOnVarargElements() {