Type inference failed:
fun <T> foo ( l: kotlin.List<T> ) : kotlin.Unit
cannot be applied to
( kotlin.Int )