summaryrefslogblamecommitdiff
path: root/test/files/neg/unit2anyref.scala
blob: 3f5c2d19a90095fbed8e26ac7834c8ba9ac1c4e7 (plain) (tree)
1
2
3


                                                 
object Test {
  val x: AnyRef = ()  // this should not succeed.
}