mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
12 lines
218 B
Java
12 lines
218 B
Java
// "Surround with try/catch" "false"
|
|
// "Add exception to method signature" "false"
|
|
import java.io.*;
|
|
|
|
class C {
|
|
public void m() {
|
|
class Local {
|
|
InputStream in = new File<caret>InputStream("");
|
|
}
|
|
}
|
|
}
|