mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
14 lines
191 B
Java
14 lines
191 B
Java
class Flim {
|
|
Flam flam = new Flam();
|
|
|
|
void be<caret>ep() {}
|
|
|
|
public static void main(String[] args) {
|
|
Flim flim = new Flim();
|
|
flim.beep();
|
|
}
|
|
}
|
|
|
|
class Flam {
|
|
}
|