blob: b92769d879c2729678c2ec24edc134359323df97 [file] [log] [blame]
class Test {
void foo(String[] a, int i, boolean b) {
<selection>if (b) {
System.out.println(a[i]);
}</selection>
}
}