[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:
Tagir Valeev
2024-07-01 15:53:16 +02:00
committed by intellij-monorepo-bot
parent 23e3c13432
commit 013d13142d
7 changed files with 131 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
/**
* Main method
*/
public static void main() {
System.out.println("Hello");
}