mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-13 20:37:16 +07:00
7 lines
120 B
Java
7 lines
120 B
Java
public class Foo {
|
|
void foo(boolean flag) {
|
|
if ('\\' == File.separach<caret>)
|
|
System.out.println();
|
|
}
|
|
}
|