mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
- tests - optimize imports - ReplaceOnDemandImportIntention supports module imports GitOrigin-RevId: 228135179fc26f44064dd196ae70326fd91fb3ee
13 lines
318 B
Java
13 lines
318 B
Java
|
|
<warning descr="Explicit class declaration can be converted into implicitly declared class">/**
|
|
* comments
|
|
*/
|
|
|
|
public /*comments2*/ class beforeSimpleW<caret>ithComments</warning> {
|
|
/*comments3*/
|
|
public static void main(String[] args) {
|
|
//comments4
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|
|
//comments5 |