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