IDEA-228553 - fix a positive test on Paths.get

GitOrigin-RevId: 261c5649b2890b4a690a5ac916bc02c555af551e
This commit is contained in:
Ilyas Selimov
2020-05-29 20:25:47 +07:00
committed by intellij-monorepo-bot
parent 3ff9f1acbf
commit 5fbb440207

View File

@@ -1,5 +1,4 @@
// "Wrap using 'Paths.get()'" "true"
// "Wrap using 'Path.of()'" "false"
import java.nio.file.*;
class Test {