mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
13 lines
248 B
Java
13 lines
248 B
Java
import java.io.*;
|
|
import java.sql.*;
|
|
|
|
////////////
|
|
class x {
|
|
void f() {
|
|
try {
|
|
int i = 0;
|
|
}
|
|
catch (<error descr="Exception 'java.io.IOException' is never thrown in the corresponding try block">IOException e</error>) {
|
|
}
|
|
}
|
|
} |