summaryrefslogtreecommitdiff
path: root/test/files/run/t8944/A_2.scala
blob: 3dcdea1583469860306540268ce493d7aa680e1e (plain) (blame)
1
2
3
4
5
6
case class Other(private val x: String) // consume a fresh name suffix
 
// the param accessor will now be called "x$2",
// whereas the previously compiled client expects it to be called
// x$1
case class A(private val x: String)