mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
duplicate throws: ensure checks are proceed with correct type after first problem detected (IDEA-145542)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Suppress for method" "false"
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
|
||||
class Main {
|
||||
public void test() throws Exce<caret>ption, FileNotFoundException, IOException {}
|
||||
}
|
||||
Reference in New Issue
Block a user