mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
20 lines
241 B
Java
20 lines
241 B
Java
public class Test {
|
|
|
|
|
|
public void test() {
|
|
int a = 2;
|
|
int b = 3;
|
|
int c = 5;
|
|
int e = 12;
|
|
int r = 12;
|
|
int g = 12;
|
|
int k = 12;
|
|
}
|
|
|
|
public void test2() {
|
|
int a = 2;
|
|
int r = 12;
|
|
|
|
}
|
|
|
|
} |