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
8 lines
179 B
Java
8 lines
179 B
Java
// "Convert into implicitly declared class" "false"
|
|
|
|
public class beforeWith<caret>EnhancedMain2 {
|
|
public void main(String arg) {
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|