Home | History | Annotate | Download | only in smali
      1 # Test that the verifier does not stash methods incorrectly because they are being invoked with
      2 # the wrong opcode.
      3 #
      4 # This is the interface class that has an "a" method.
      5 
      6 .class public abstract interface LB21869691I;
      7 
      8 .super Ljava/lang/Object;
      9 
     10 .method public abstract a()V
     11 .end method
     12