dotty-feature-requests
dotty-feature-requests copied to clipboard
support variable length arguments for functions
Would be nice if I could use * also for function types. e.g.
val a: String* => String = ???
@sjrd