mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
more java tests moved to community
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// "Delete catch for 'java.io.IOException'" "true"
|
||||
import java.io.*;
|
||||
|
||||
class a {
|
||||
void f(int i) {
|
||||
try {
|
||||
int p = 0;
|
||||
}
|
||||
catch (<caret>IOException e) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user