blob: 5fbc2f02297be8ced2ffbd6a5f412e366ed7929e [file] [log] [blame]
public class Test {
public static void foo(char c) {
if (<selection>c == '\n' || c == '\r'</selection> || c == '\u0000') {
System.out.println("");
}
}
}