[java] add fix for adding main method to unnamed class IDEA-326263

GitOrigin-RevId: b37c5261785815c8768535d3bd7934d86652777e
This commit is contained in:
Roman Ivanov
2023-07-25 13:21:08 +02:00
committed by intellij-monorepo-bot
parent a91e0f24a3
commit 5067549319
11 changed files with 118 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
// "Add 'main' method" "true"
<caret>
void foo() {
}
class A {
}