blob: b7b407126be29ac4a23deac745b48cdc7537c3d4 [file] [log] [blame]
public class X {
public Object foo() {
return new Object() {};
}
}