mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 07:20:55 +07:00
13 lines
176 B
Java
13 lines
176 B
Java
// "Remove variable 'o1'" "true"
|
|
import java.io.*;
|
|
|
|
class a {
|
|
int k;
|
|
private int run() {
|
|
/*ddddd*/ Object oo = (Object) new Integer(0);
|
|
|
|
return 0;
|
|
}
|
|
}
|
|
|