mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
[java] Don't generate main in implicit class with public modifier
#IDEA-369157 Fixed (cherry picked from commit 6e8de88250b26b51e2f603eb04d751e1ea086a29) IJ-CR-157703 GitOrigin-RevId: d7ec7c8e40e377d4e28c4f3f7b5b3d1944d6724c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4bb9865145
commit
345158158f
@@ -10,5 +10,5 @@ class A {
|
||||
|
||||
}
|
||||
|
||||
public void main() {
|
||||
void main() {
|
||||
}
|
||||
Reference in New Issue
Block a user