xref: /aosp_15_r20/art/test/800-smali/smali/b_21869691I.smali (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
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