You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#9266: Offer rewrites for parentheses in implicit closures
I don't have the time to write a proper test for this. I verified manually
that it does what it should:
```
-- Migration Warning: i9266.scala:3:23 -----------------------------------------
3 |def test = { implicit x: Int => x + x }
| ^
|This syntax is no longer supported; parameter needs to be enclosed in (...)
|This construct can be rewritten automatically under -rewrite.
1 warning found
```
0 commit comments