mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
- tests - optimize imports - ReplaceOnDemandImportIntention supports module imports GitOrigin-RevId: 228135179fc26f44064dd196ae70326fd91fb3ee
6 lines
126 B
Java
6 lines
126 B
Java
public class beforeWith<caret>EnhancedMain2 {
|
|
public void main(String arg) {
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|