summaryrefslogtreecommitdiffstats
path: root/asm/testdata/simple-coverage/Foo.java
blob: b89aa8cc100c78c30d5fefcc49e9b16c424e252d (plain)
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 { } 
}