blob: 9fed1c0e0a66cf2a773f3ac57fb3db937341cbce [file] [log] [blame]
package q9;
public class X {
void foo() {
class Local extends X {
ZorkLocal z;
}
}
}
interface Y {
String value();
}