mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 16:20:55 +07:00
10 lines
143 B
Java
10 lines
143 B
Java
// "Wrap parameter using 'Paths.get()'" "false"
|
|
import java.nio.file.*;
|
|
|
|
class Test {
|
|
|
|
void m() {
|
|
Files.readString("<caret>path");
|
|
}
|
|
|
|
} |