Fix KType.javaType for suspend function return type
#KT-26293 Fixed
This commit is contained in:
+5
@@ -16871,6 +16871,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/mapping/types/supertypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendFun.kt")
|
||||
public void testSuspendFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/mapping/types/suspendFun.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("topLevelFunctions.kt")
|
||||
public void testTopLevelFunctions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/mapping/types/topLevelFunctions.kt");
|
||||
|
||||
+5
@@ -17936,6 +17936,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/mapping/types/supertypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendFun.kt")
|
||||
public void testSuspendFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/mapping/types/suspendFun.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("topLevelFunctions.kt")
|
||||
public void testTopLevelFunctions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/mapping/types/topLevelFunctions.kt");
|
||||
|
||||
Reference in New Issue
Block a user