mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
19 lines
211 B
Java
19 lines
211 B
Java
public class Test {
|
|
|
|
int a = 3;
|
|
int b = 12;
|
|
|
|
long t = 12;
|
|
|
|
public void test() {
|
|
|
|
int a = 3;
|
|
int b = 4;
|
|
}
|
|
|
|
int rest = -12;
|
|
|
|
public void run() {
|
|
}
|
|
|
|
} |