aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/t1909b.scala
blob: 637fa9619805b1c4fe749d4f07ca501b181c1194 (plain) (tree)
1
2
3
4
5
6
7






                           
class Ticket1909 (x: Int) {
  var z = 12
  def this() = this({
    def bar() = this.z + 5
    bar
  })
}