dotty-feature-requests icon indicating copy to clipboard operation
dotty-feature-requests copied to clipboard

support variable length arguments for functions

Open robstoll opened this issue 5 years ago • 1 comments

Would be nice if I could use * also for function types. e.g.

val a: String* => String = ???

robstoll avatar Mar 15 '20 22:03 robstoll

@sjrd

bishabosha avatar Apr 05 '20 20:04 bishabosha