Hi. I have to following code (derived from last koan) and I don't get why it compiles.
arg1 have the signature MutableCollection<Int> (derived from the generic) but the passed argument is ArrayList() ... since that don't match, it shouldn't compile ?