mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-29 08:20:55 +07:00
13 lines
179 B
Java
13 lines
179 B
Java
// "Remove variable 'oo'" "true"
|
|
import java.io.*;
|
|
|
|
class a {
|
|
int k;
|
|
private int run() {
|
|
Object o1 = /**fffff*/ this; /*ddddd*/<caret>
|
|
|
|
return 0;
|
|
}
|
|
}
|
|
|