Files

8 lines
127 B
Java

package foo;
class Test {
public static void main(final String[] args) {
final int foo = 12;
final int bar = 24;
}
}