mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 01:43:23 +07:00
- skip implicit classes GitOrigin-RevId: 67f9920c45099046a934db75945c6d4ec7ce5150
13 lines
99 B
Java
13 lines
99 B
Java
void main() {
|
|
|
|
int a = 1;
|
|
|
|
System.out.println(a);
|
|
}
|
|
|
|
<caret>
|
|
|
|
public void t(String string){
|
|
|
|
}
|