mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
8 lines
189 B
Java
8 lines
189 B
Java
public class Test {
|
|
public static void foo(char c) {
|
|
if (<selection>c == '\n' || c == '\r'</selection> || c == '\u0000') {
|
|
System.out.println("");
|
|
}
|
|
}
|
|
}
|