aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i324.scala
blob: 1d03a4d022c4867e7693f4753c2b4984ec2f4538 (plain) (blame)
1
2
3
4
5
class O
object O {
   val x: this.type = OO.this
   val y: O = OO.this
}