yes, but the default in `fun foo(bool: Boolean = t...
# announcements
h
yes, but the default in
fun foo(bool: Boolean = true, vararg strings: String) {}
is useless and here the vararg is the last in the list. Maybe a compiler warning would do.