mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-14 04:37:15 +07:00
10 lines
128 B
Java
10 lines
128 B
Java
// "Wrap using 'Paths.get()'" "true"
|
|
import java.nio.file.*;
|
|
|
|
class Test {
|
|
|
|
Path m() {
|
|
return "/<caret>etc/passwd";
|
|
}
|
|
|
|
} |