blob: 5a8bdc8f05933c390d654fca4a04ebf98da191ce [file] [log] [blame]
public class ResolveLocalFieldDeclaration {
void foo() {
class Y {
public int fred;
}
}
}