summaryrefslogblamecommitdiff
path: root/test/files/run/t9298/VC.scala
blob: 916e62dc59e266c65225b74ee3cc8d5c9b71a437 (plain) (tree)
1
2
3
4
5




                                           
class VC(val s: String) extends AnyVal

class Client {
  def test = new Test().consume(new VC(""))
}