mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:08:51 +07:00
11 lines
178 B
Java
11 lines
178 B
Java
// "Surround with try/catch" "true-preview"
|
|
import java.io.*;
|
|
|
|
class C {
|
|
public void m() {
|
|
class Local {
|
|
InputStream in = new File<caret>InputStream("");
|
|
}
|
|
}
|
|
}
|