summaryrefslogblamecommitdiff
path: root/test/files/neg/t5761.check
blob: 89d766fe34db42490ca0f44135d35ffc687fcb13 (plain) (tree)
1
2
3
4
5
6
7
8






                                                                             
           







                                                                             
t5761.scala:4: error: not enough arguments for constructor D: (x: Int)D[Int].
Unspecified value parameter x.
  println(new D[Int]{})   // crash
              ^
t5761.scala:8: error: not enough arguments for constructor D: (x: Int)D[Int].
Unspecified value parameter x.
  println(new D[Int]())   // no crash
          ^
t5761.scala:9: error: not enough arguments for constructor D: (x: Int)D[Int].
Unspecified value parameter x.
  println(new D[Int]{})   // crash
              ^
t5761.scala:13: error: not found: type Tread
  new Tread("sth") { }.run()
      ^
four errors found