mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +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
7 lines
206 B
Java
7 lines
206 B
Java
// "Convert into implicitly declared class" "true-preview"
|
|
public<caret> class beforeExtendsObject extends Object {
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|