[FIR2IR] Unwrap typealiases during applying of suspend conversion
^KT-65002 Fixed
This commit is contained in:
committed by
Space Team
parent
83ddf904aa
commit
9857bdc891
+6
@@ -36791,6 +36791,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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() {
|
||||
|
||||
Generated
+6
@@ -36791,6 +36791,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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() {
|
||||
|
||||
+6
@@ -36227,6 +36227,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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() {
|
||||
|
||||
+6
@@ -36227,6 +36227,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user