Closed
Description
case class Foo(_1: Int)
Fails with:
error: value _1 is already defined as method _1: => Int
case class Foo(_1: Int)
^
Yes, people actually do this: https://github.com/molecule-labs/molecule/blob/master/molecule-core/src/main/scala/molecule/Tilt.scala#L26 Not sure if there's anything we can do here without a good rewriting tool.