1.class public LB27799205_6;
2.super Ljava/lang/Object;
3
4# A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
5# Make sure that non-merged types still work.
6
7.method public static run()V
8.registers 1
9       return-void
10.end method
11
12# Use some non-resolvable array type.
13.method public static test([Ldo/not/resolve/K;)Ldo/not/resolve/K;
14.registers 3
15       const v0, 0
16       const v1, 0
17       # v2 = p0
18
19       # v0 := v2[v1]
20       aget-object v0, v2, v1
21
22       return-object v0
23
24.end method
25