blob: 88fb24e82d99e9842a6d22519c0080b46feecee4 [file] [log] [blame]
package static_out;
public class TestStaticImportRead {
private static final int x= 0;
public static int getX() {
return x;
}
}