summaryrefslogblamecommitdiff
path: root/test/files/pos/t3986.scala
blob: 10c4eb435f49e91827b25b19ff76c5ed9e55db69 (plain) (tree)
1
2
3
4
5




                                         
object Test {
  def main(args: Array[String]) {
    new { val x = "abc" } with AnyRef { }
  }
}