In your case, `ArrayList()` is an `ArrayList<In...
# getting-started
r
In your case,
ArrayList()
is an
ArrayList<Int>
(the K compiler had enough information to deduce they type of the generic
ArrayList
constructor)