blob: bcc6973ce2807bd2bac34dd2337478c78ffb88c7 [file] [log] [blame]
package test.comments.block;
public class X08 {
void foo(boolean condition) {
if (true) {
if (true) {
if (true) {
if (condition /* && useChange(d.fDirection) && !d.fIsWhitespace */) {
}
}
}
}
}
}