Fix KType.javaType for suspend function return type
#KT-26293 Fixed
This commit is contained in:
+5
@@ -18771,6 +18771,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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