1.class public LPackedSwitch;
2
3.super Ljava/lang/Object;
4
5.method public static packedSwitch(I)I
6    .registers 2
7
8    const/4 v0, 0
9    packed-switch v0, :switch_data
10    goto :default
11
12    :switch_data
13    .packed-switch 0x0
14        :case
15    .end packed-switch
16
17    :return
18    return v1
19
20    :default
21    goto :return
22
23    :case
24    goto :return
25
26.end method
27