mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +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 {
|
|
}
|