1 .class public LUnorderedSparseSwitch; 2 .super Ljava/lang/Object; 3 4 .method public static test_sparse-switch()V 5 .registers 1 6 7 const v0, 13 8 9 sparse-switch v0, :SparseSwitch 10 11 :Label10 12 return-void 13 14 :Label20 15 return-void 16 17 :Label15 18 return-void 19 20 :Label13 21 return-void 22 23 :Label99 24 return-void 25 26 # Note: unordered keys 27 :SparseSwitch 28 .sparse-switch 29 10 -> :Label10 30 20 -> :Label20 31 15 -> :Label15 32 99 -> :Label99 33 13 -> :Label13 34 .end sparse-switch 35 .end method