summaryrefslogtreecommitdiff
path: root/test/files/neg/t5543.check
blob: b61de0f78b9665baf38bfd703cfef4ae0a18ab41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
t5543.scala:3: error: not found: type T
  def this(x: T) { this() }
              ^
t5543.scala:11: error: not found: value x
   def this(a: Int, b: Int = x) {
                             ^
t5543.scala:18: error: not found: value x
  def this(a: Int = x) { this() }
                    ^
three errors found