summaryrefslogtreecommitdiff
path: root/test/files/neg/t4460c.check
blob: 4e96711b8bb6400989473cf771a75f01a70dcac7 (plain) (blame)
1
2
3
4
5
6
7
t4460c.scala:4: error: overloaded method constructor B with alternatives:
  (a: String)B <and>
  (x: Int)B
 cannot be applied to ()
  def this(a: String) = this()
                        ^
one error found