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