2019
|
- final JavaMethod actualMethod = new JavaMethod(methodInfo.cls, methodInfo.kind, methodInfo.name, methodInfo.compile, signature, methodInfo.modifiers, methodInfo.genericResult, methodInfo.typeParameterArguments);
|
|
|
|
|
2019
|
+ final JavaMethod actualMethod = new JavaMethod(methodInfo.cls, methodInfo.kind, methodInfo.name, methodInfo.compile, context.getMethodDescriptor(expression.header), methodInfo.modifiers, methodInfo.genericResult, methodInfo.typeParameterArguments);
|
2021
|
functionWriter = new JavaWriter(expression.position, lambdaCW, actualMethod, null, signature, null);
|
2021
|
functionWriter = new JavaWriter(expression.position, lambdaCW, actualMethod, null, signature, null);
|