[FIR2IR] Unwrap typealiases during applying of suspend conversion
^KT-65002 Fixed
This commit is contained in:
committed by
Space Team
parent
83ddf904aa
commit
9857bdc891
Generated
+6
@@ -36683,6 +36683,12 @@ public class FirWasmJsCodegenBoxTestGenerated extends AbstractFirWasmJsCodegenBo
|
||||
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
@@ -36119,6 +36119,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
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