mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
Project Coin multi-catch support
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// "Delete catch for 'java.io.IOException'" "true"
|
||||
import java.io.*;
|
||||
|
||||
class C {
|
||||
void m() {
|
||||
try {
|
||||
int p = 0;
|
||||
}
|
||||
catch (/*somethihg*/ RuntimeException e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user