mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 22:57:58 +07:00
8 lines
127 B
Java
8 lines
127 B
Java
package foo;
|
|
|
|
class Test {
|
|
public static void main(final String[] args) {
|
|
final int foo = 12;
|
|
final int bar = 24;
|
|
}
|
|
} |