mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
test++
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public class Test {
|
||||
public static void foo(char c) {
|
||||
if (newMethod(c) || c == '\u0000') {
|
||||
System.out.println("");
|
||||
}
|
||||
}
|
||||
|
||||
private static boolean newMethod(char c) {
|
||||
return c == '\n' || c == '\r';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user