summaryrefslogtreecommitdiffstats
path: root/test/800-smali/smali/EmptySparseSwitch.smali
blob: 29592c12080ac00ce6b5cd3216fea26c0d834ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.class public LEmptySparseSwitch;

.super Ljava/lang/Object;

.method public static run()V
    .registers 2

    const v0, 0

    sparse-switch v0, :SparseSwitch

    return-void

    :SparseSwitch
    .sparse-switch
    .end sparse-switch
.end method