Join Slack
Powered by
In your case, `ArrayList()` is an `ArrayList<In...
# getting-started
r
Ruckus
08/18/2016, 11:29 PM
In your case,
ArrayList()
is an
ArrayList<Int>
(the K compiler had enough information to deduce they type of the generic
ArrayList
constructor)
Open in Slack
Previous
Next