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).visitEnd();
|
||||
}
|
||||
final MethodWriter clinit = new MethodWriter(Opcodes.ACC_PUBLIC | Opcodes.ACC_STATIC,
|
||||
final MethodWriter clinit = new MethodWriter(Opcodes.ACC_STATIC,
|
||||
WriterConstants.CLINIT, writer, expressions);
|
||||
for (SFunction function : functions) {
|
||||
final Handle handle = new Handle(Opcodes.H_INVOKESTATIC,
|
||||
|
|
Loading…
Reference in New Issue