Join Slack
Powered by
Just to clarify, the kotlin equivalent of `Object[...
# getting-started
d
diesieben07
10/29/2018, 7:29 PM
Just to clarify, the kotlin equivalent of
Object[]
is
Array<out Any?>
and
value is Array<out Any?>
compiles just fine.
👍 1
Open in Slack
Previous
Next