mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-07 05:40:23 +07:00
7 lines
150 B
Java
7 lines
150 B
Java
class a {
|
|
public static void main(String[] args){
|
|
<selection><caret>int i = 10;</selection>
|
|
<selection><caret>int j = 20;</selection>
|
|
}
|
|
}
|