summaryrefslogblamecommitdiff
path: root/test/files/pos/t6745.scala
blob: 2ab8e6d39a58efa9c0842397da0694c37c1d8141 (plain) (tree)
1
2
3
4



                          
class Bar(val i: Int) {
  self: Any with AnyRef =>
  def this() = this(0)
}