blob: 34b1297b8f462ea19b41de242ed060bca0bfe4e2 [file] [log] [blame]
package simple_out;
public class TestFieldInitializer1 {
private int field= 1;
public int foo() {
return 1;
}
}