JVM: Suspend converted references inherit AdaptedFunctionReference
This commit is contained in:
+5
@@ -2095,6 +2095,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferences.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noReflectionForAdaptedCallableReferencesWithSuspendConversion.kt")
|
||||
public void testNoReflectionForAdaptedCallableReferencesWithSuspendConversion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/noReflectionForAdaptedCallableReferencesWithSuspendConversion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reflectionForVarargAsArray.kt")
|
||||
public void testReflectionForVarargAsArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/reflectionForVarargAsArray.kt");
|
||||
|
||||
Reference in New Issue
Block a user