Files
2020-07-30 10:19:13 +00:00

5 lines
68 B
Java

public class Foo {
void test(int x) {
if((x&1)==<caret>)
}
}