summaryrefslogblamecommitdiff
path: root/test/files/neg/t4460b.scala
blob: 1233017dd4a94459a01367376edb03e60e2955c6 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                
trait A

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

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