summaryrefslogtreecommitdiff
path: root/test/files/pos/t8207.scala
blob: 680b40f3790ffb048f78282b43e662b18c4f7e88 (plain) (blame)
1
2
3
4
5
6
class C { me =>
  import me.{toString => ts}
  locally(this: me.type)
  trait T
  type X = me.T
}