mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-05 08:40:56 +07:00
7 lines
198 B
Java
7 lines
198 B
Java
// "Suppress for method" "false"
|
|
import java.io.FileNotFoundException;
|
|
import java.io.IOException;
|
|
|
|
class Main {
|
|
public void test() throws Exce<caret>ption, FileNotFoundException, IOException {}
|
|
} |