mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 00:03:37 +07:00
GitOrigin-RevId: 7e0cd1431be366e9a4571949c6c343bbfe4e0b32
14 lines
86 B
Java
14 lines
86 B
Java
// "Add 'main' method" "true"
|
|
|
|
|
|
|
|
void foo() {
|
|
|
|
}
|
|
|
|
class A {
|
|
|
|
}
|
|
|
|
public void main() {
|
|
} |