mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +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
6 lines
131 B
Java
6 lines
131 B
Java
// "Convert into implicitly declared class" "true-preview"
|
|
|
|
public static void main() {
|
|
System.out.println("Hello, world!");
|
|
}
|