summaryrefslogtreecommitdiff
path: root/test/files/neg/t6597.check
blob: 1d52519d1dc06268e2230708d34748b88142e30a (plain) (blame)
1
2
3
4
t6597.scala:3: error: illegal combination of modifiers: implicit and case for: class Quux
  implicit case class Quux(value: Int) extends AnyVal with T
                      ^
one error found