mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
11 lines
127 B
Java
11 lines
127 B
Java
// "Delete catch for 'java.io.IOException'" "true"
|
|
import java.io.*;
|
|
|
|
class a {
|
|
void f(int i) {
|
|
int p = 0;<caret>
|
|
|
|
}
|
|
}
|
|
|