summaryrefslogblamecommitdiff
path: root/test/files/neg/t5761.check
blob: 15c0bc76341e542153f8eb45ff72974664c02c2e (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()
      ^
t5761.scala:13: error: value run is not a member of <error>
  new Tread("sth") { }.run()
                       ^
5 errors found