mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 20:01:20 +07:00
GitOrigin-RevId: 781e5a88a348d9af4579869cb39ff042f871b78f
6 lines
138 B
Java
6 lines
138 B
Java
// "Suppress for method" "true"
|
|
import java.io.IOException;
|
|
class a implements Runnable {
|
|
public void run() throws <caret>IOException{
|
|
}
|
|
} |