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