the same can be said about vararg methods. if you ...
# announcements
k
the same can be said about vararg methods. if you select the
Copy code
fun foo(vararg bar: Bar)
overload from autocompletion,
Copy code
fun foo(bar: Bar)
will be called if it exists