Home
last modified time | relevance | path

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

/external/r8/src/test/examples/filledarray/
DFilledArray.java29 char[] localChars = new char[] { 'a', 'b', 'c', 'd' }; in filledArrays() local
54 for (int i = 0; i < localChars.length; i++) { in filledArrays()
55 System.out.println(localChars[i]); in filledArrays()