need not be public, should not be public
This commit is contained in:
parent
07baefac32
commit
5c352a063a
|
@ -164,7 +164,7 @@ public final class SSource extends AStatement {
|
||||||
null,
|
null,
|
||||||
null).visitEnd();
|
null).visitEnd();
|
||||||
}
|
}
|
||||||
final MethodWriter clinit = new MethodWriter(Opcodes.ACC_PUBLIC | Opcodes.ACC_STATIC,
|
final MethodWriter clinit = new MethodWriter(Opcodes.ACC_STATIC,
|
||||||
WriterConstants.CLINIT, writer, expressions);
|
WriterConstants.CLINIT, writer, expressions);
|
||||||
for (SFunction function : functions) {
|
for (SFunction function : functions) {
|
||||||
final Handle handle = new Handle(Opcodes.H_INVOKESTATIC,
|
final Handle handle = new Handle(Opcodes.H_INVOKESTATIC,
|
||||||
|
|
Loading…
Reference in New Issue