mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
[java] add fix for adding main method to unnamed class IDEA-326263
GitOrigin-RevId: b37c5261785815c8768535d3bd7934d86652777e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a91e0f24a3
commit
5067549319
@@ -0,0 +1,11 @@
|
||||
// "Add 'main' method" "true"
|
||||
|
||||
<caret>
|
||||
|
||||
void foo() {
|
||||
|
||||
}
|
||||
|
||||
class A {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user