mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
- more tests - small optimization - preserve first comment in created implicitly declared classes - fixed java docs - move highlighting to the whole declaration GitOrigin-RevId: e7ea706151f09852473e31d3831bb3008da62475
10 lines
219 B
Java
10 lines
219 B
Java
// "Convert into implicitly declared class" "true-preview"
|
|
|
|
/**
|
|
* comments
|
|
*/ /*comments2*/ /*comments3*/
|
|
public static void main(String[] args) {
|
|
//comments4
|
|
System.out.println("Hello, world!");
|
|
}
|
|
//comments5 |