blob: dc42a20776239441e55c5e3b465c5c4ad5febfb1 [file] [log] [blame]
class Test {
public String[] arrayToString(int[] data) {
return null;
}
}