minus1ms

Results 2 issues of minus1ms

It's generating that code: ``` public G(final some 0) { super(); this.field = 0; } ``` from that bytecode: ``` DEFINE PUBLIC (Lsomething/some; 1)V A: ALOAD this INVOKESPECIAL java/lang/RuntimeException.()V ALOAD...

I don't think that SyntaxNode#replace_with should check the kind, i want to replace the node with a node of a different kind, for example if i want to replace `!![]`...