xref: /aosp_15_r20/art/test/800-smali/smali/b_26965384.smali (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1.class public LB26965384;
2.super LB26965384Super;
3
4.method public constructor <init>()V
5    .locals 1
6    const v0, 0
7    iput v0, p0, LB26965384;->a:I
8    invoke-direct {p0}, LB26965384Super;-><init>()V
9    return-void
10.end method
11
12
13# Just by loading this class we should fail. It doesn't really matter what's in
14# this method.
15.method public static run()V
16    .registers 4
17    new-instance v0, LB26965384;
18    invoke-direct {v0}, LB26965384;-><init>()V
19    return-void
20.end method
21