mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 04:45:04 +07:00
#IDEA-369157 Fixed GitOrigin-RevId: 6e8de88250b26b51e2f603eb04d751e1ea086a29
14 lines
79 B
Java
14 lines
79 B
Java
// "Add 'main' method" "true"
|
|
|
|
|
|
|
|
void foo() {
|
|
|
|
}
|
|
|
|
class A {
|
|
|
|
}
|
|
|
|
void main() {
|
|
} |