You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
539 B
25 lines
539 B
4 months ago
|
.class public LB27799205_6;
|
||
|
.super Ljava/lang/Object;
|
||
|
|
||
|
# A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
|
||
|
# Make sure that non-merged types still work.
|
||
|
|
||
|
.method public static run()V
|
||
|
.registers 1
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
# Use some non-resolvable array type.
|
||
|
.method public static test([Ldo/not/resolve/K;)Ldo/not/resolve/K;
|
||
|
.registers 3
|
||
|
const v0, 0
|
||
|
const v1, 0
|
||
|
# v2 = p0
|
||
|
|
||
|
# v0 := v2[v1]
|
||
|
aget-object v0, v2, v1
|
||
|
|
||
|
return-object v0
|
||
|
|
||
|
.end method
|