blob: 54a46319edd0557a8ccb5b1d69ba72a1f3bb6795 [file] [log] [blame]
package test0292;
public class Test {
int bar() throws Throwable {
return Test.x;
}
static int x;
}