1 2 3 4 5 6 7 8 9 10 11 12 13
public class Foo { // int x = b; static class Mumble { String name; class Gumble { int b; } } //aspect MemberAspect { } interface MemberI { } }