Closed
Description
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
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
Only val g = (x: Int) ?=> x
should work