How can I resolve this ambiguity? ``` var OPERATO...
# announcements
a
How can I resolve this ambiguity?
Copy code
var OPERATORS = listOf('^', '/', '*', '-', '+')
OPERATORS.forEach{myStr -> input.split($it)}