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
The rule would replace { implicit x: T => <body> } by { implicit (x: T) => <body> } which is not supported by Scala 2. That explains why it has been neutralized in the code: