xref: /aosp_15_r20/art/test/800-smali/smali/b_21869691C.smali (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1# Test that the verifier does not stash methods incorrectly because they are being invoked with
2# the wrong opcode. See b_21869691A.smali for explanation.
3
4.class public LB21869691C;
5
6.super LB21869691B;
7
8.method public constructor <init>()V
9    .registers 1
10    invoke-direct {p0}, LB21869691B;-><init>()V
11    return-void
12.end method
13