Ah, I think I ran into a limit - you can sure pass...
# announcements
a
Ah, I think I ran into a limit - you can sure pass a vararg of functions, but I don't know about a vararg of any parameters within the function
a
Afaik you just can't have varargs in a lambda/function type in general
val foo: (varargs notPossible: Any) -> Unit ...