mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-28 17:29:55 +07:00
[java-psi] Add implicit classes to preceding comment set
Fixes IDEA-355602 Implicit class parsing: Javadoc is not attached to the method GitOrigin-RevId: bd18f57e8106618aa741203e6cb3f4cd8cffe13d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
23e3c13432
commit
013d13142d
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Main method
|
||||
*/
|
||||
public static void main() {
|
||||
System.out.println("Hello");
|
||||
}
|
||||
Reference in New Issue
Block a user