mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
- tests - optimize imports - ReplaceOnDemandImportIntention supports module imports GitOrigin-RevId: 228135179fc26f44064dd196ae70326fd91fb3ee
8 lines
320 B
Java
8 lines
320 B
Java
public class beforeWi<caret>thSyntaxError {
|
|
|
|
public static void main(String[] args) {
|
|
<error descr="Cannot resolve symbol 'error'">error</error> error<error descr="';' expected"> </error><error descr="Variable 'error' might not have been initialized">error</error>;
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|