Skip to content

decide on final context function syntax #10697

Closed
@bishabosha

Description

@bishabosha

Minimized code

The following are both valid, I believe we should be removing the form with using clause based on #10487

val f = (using x: Int) => x
val g = (x: Int) ?=> x

Expectation

Only val g = (x: Int) ?=> x should work

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions