blob: f96695ea167c6477b314fcd4f41656b4279fadc7 [file] [log] [blame]
public class Foo {
void test(int i) {
if (i > 0) {
<caret>
}
}
}