import java.lang.String; public class Bug311 { Bug311A i = new Bug311A(); public toString() { return i.toString(); } } class Bug311A {}