mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-27 15:20:19 +07:00
07acc2a679
GitOrigin-RevId: 9062c575d25649c9d3a271c2387227e7e578d0a0
10 lines
140 B
Java
10 lines
140 B
Java
// "Wrap parameter using 'Path.of()'" "true"
|
|
import java.nio.file.*;
|
|
|
|
class Test {
|
|
|
|
void m() {
|
|
Files.readString("<caret>path");
|
|
}
|
|
|
|
} |