Files

4 lines
84 B
Java

class Test {
public final int anInt = Integer.parseInt("");
int i = anInt;
}