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

5 lines
95 B
Java

public class Foo {
void test(int x, boolean b) {
System.out.println(x+(b?<caret>));
}
}