in RC there is `List.toArrayList(): ArrayList` fun...
# announcements
d
in RC there is
List.toArrayList(): ArrayList
function replaced with
toMutableList : MutableList
but one of my function where I was using it takes a parameter with explicit type of
ArrayList
. Of course its not compiling now and I have to use Java constructor of
ArrayList
directly. That make me upset since I am a big K fan 😄