Join Slack
Communities
Powered by
Are `vararg` parameters not compatible with functi...
# announcements
m
markvieira
07/16/2016, 4:04 AM
Are
vararg
parameters not compatible with function types? As in…
Copy code
fun foo(f: (vararg o: Any) -> Unit) { }
Open in Slack
Previous
Next