// "Wrap using 'toCharArray()'" "true" import java.util.*; import java.util.stream.*; class Test { char[] returnHelloChars() { return "hello"; } }