You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
288 B

# 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