blob: 1e4b7be3bf8fd7d63bb5af4c185b3df6b94b9668 [file] [log] [blame]
public class X {
public static int i = foo();
static int foo() {
return 0;
}
}