fix too long line
This commit is contained in:
parent
592042601f
commit
65352face2
|
@ -177,7 +177,9 @@ public final class SSource extends AStatement {
|
||||||
function.method.method.getDescriptor(),
|
function.method.method.getDescriptor(),
|
||||||
false);
|
false);
|
||||||
clinit.push(handle);
|
clinit.push(handle);
|
||||||
clinit.putStatic(CLASS_TYPE, "handle$" + function.name + "$" + function.parameters.size(), Type.getType(MethodHandle.class));
|
clinit.putStatic(CLASS_TYPE,
|
||||||
|
"handle$" + function.name + "$" + function.parameters.size(),
|
||||||
|
Type.getType(MethodHandle.class));
|
||||||
}
|
}
|
||||||
clinit.returnValue();
|
clinit.returnValue();
|
||||||
clinit.endMethod();
|
clinit.endMethod();
|
||||||
|
|
Loading…
Reference in New Issue