You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Foo.java 191B

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