aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i324.scala
blob: 5461379bebdbd6dda702249795041127572f0d78 (plain) (blame)
1
2
3
4
5
6
7
class O
object O {
   val x: this.type = O.this
}
object O2 {
   val x: this.type = O2.this
}