Home | History | Annotate | Download | only in DuplicateTest
      1 .class public LDuplicateDirectMethods;
      2 .super Ljava/lang/Object;
      3 
      4 
      5 # direct methods
      6 .method private alah()V
      7     .registers 1
      8 
      9     return-void
     10 .end method
     11 
     12 .method private blah()V
     13     .registers 1
     14 
     15     return-void
     16 .end method
     17 
     18 # duplicate method ignored
     19 # .method private blah()V
     20 #     .registers 1
     21 
     22 #     return-void
     23 # .end method
     24 
     25 .method private clah()V
     26     .registers 1
     27 
     28     return-void
     29 .end method
     30