summaryrefslogtreecommitdiffstats
path: root/test/800-smali/smali/b_18800943_1.smali
blob: 868438e57c91e56b665507a5c47be03d8e63ca06 (plain)
1
2
3
4
5
6
7
8
9
.class public LB18800943_1;
.super Ljava/lang/Object;

# This constructor should fail verification as the object is not initialized by a super-call.
.method public constructor <init>()V
.registers 1
       nop
       return-void
.end method