blob: 72a27ddd2c6d4e4a53fe9333baed9f1bc247ddf8 [file] [log] [blame]
# Test that the verifier does not stash methods incorrectly because they are being invoked with
# the wrong opcode.
#
# This is the interface class that has an "a" method.
.class public abstract interface LB21869691I;
.super Ljava/lang/Object;
.method public abstract a()V
.end method