JavaTXCompilerInJavaTX/resources/bytecode/javFiles/Op1.jav

9 lines
107 B
Plaintext
Raw Normal View History

2024-03-25 16:05:20 +00:00
import java.lang.Boolean;
public class Op1 {
public m() {
var b = false;
var c = !b;
return c;
2017-10-06 11:31:36 +00:00
}
}