public class Foo extends Bar {
class Fred {
String y = x.toString();
}
}

class Bar {
public Integer x;
}

Submitted on 2 March 2006 at 02:41

Log in to post comments