blob: a7e2e116c48b2edb48847f73704e8980b451351e [file] [log] [blame]
public class Test {
public void foo(int x) {
if (x > 0) {
System.out.println("true");
} else {
System.out.println("true");
}<caret>
}
}