mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
8 lines
216 B
Java
8 lines
216 B
Java
import static java.lang.System.out;
|
|
import static java.lang.System.out;
|
|
|
|
class DuplicateStaticImport {
|
|
public static void main(String[] args) {
|
|
<ref>out.println(""); // cannot resolve symbol 'out'
|
|
}
|
|
} |