summaryrefslogblamecommitdiff
path: root/test/files/neg/t4460a.scala
blob: 0a7a22178d04228aee815ade36a5e508f4014575 (plain) (tree)
1
2
3
4
5
6
7






                                                        
trait A

class B(val x: Int) {
  self: A =>

  def this() = this() // was binding to Predef.<init> !!
}