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

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