Home
last modified time | relevance | path

Searched refs:multi4 (Results 1 – 1 of 1) sorted by relevance

/art/test/003-omnibus-opcodes/src/
DClasses.java191 String[][][][][][] multi4 = new String[1][][][][][]; in arrayInstance() local
192 multi4[0] = new String[2][][][][]; in arrayInstance()
193 multi4[0][1] = new String[3][][][]; in arrayInstance()
194 multi4[0][1][2] = new String[2][][]; in arrayInstance()
195 multi4[0][1][2][1] = new String[5][]; in arrayInstance()
196 multi4[0][1][2][1][4] = new String[2]; in arrayInstance()
197 multi4[0][1][2][1][4][1] = "HELLO-4"; in arrayInstance()
198 strForm = Arrays.deepToString(multi4); in arrayInstance()