blob: 5b39765a853d8835d87ad7e6bb6cf1db7eef8015 [file] [log] [blame]
class Test {
public final int anInt = Integer.parseInt("");
int i = anInt;
}