Minor, rename accidentally named "context1" back to "context"
This commit is contained in:
@@ -797,7 +797,7 @@ public class ImplementationBodyCodegen extends ClassBodyCodegen {
|
|||||||
public void generateBody(
|
public void generateBody(
|
||||||
@NotNull MethodVisitor mv,
|
@NotNull MethodVisitor mv,
|
||||||
@NotNull JvmMethodSignature signature,
|
@NotNull JvmMethodSignature signature,
|
||||||
@NotNull MethodContext context1,
|
@NotNull MethodContext context,
|
||||||
@Nullable MemberCodegen<?> parentCodegen
|
@Nullable MemberCodegen<?> parentCodegen
|
||||||
) {
|
) {
|
||||||
Type componentType = signature.getReturnType();
|
Type componentType = signature.getReturnType();
|
||||||
@@ -823,7 +823,7 @@ public class ImplementationBodyCodegen extends ClassBodyCodegen {
|
|||||||
public void generateBody(
|
public void generateBody(
|
||||||
@NotNull MethodVisitor mv,
|
@NotNull MethodVisitor mv,
|
||||||
@NotNull JvmMethodSignature signature,
|
@NotNull JvmMethodSignature signature,
|
||||||
@NotNull MethodContext context1,
|
@NotNull MethodContext context,
|
||||||
@Nullable MemberCodegen<?> parentCodegen
|
@Nullable MemberCodegen<?> parentCodegen
|
||||||
) {
|
) {
|
||||||
InstructionAdapter iv = new InstructionAdapter(mv);
|
InstructionAdapter iv = new InstructionAdapter(mv);
|
||||||
|
|||||||
Reference in New Issue
Block a user