aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t0504.scala
blob: b2b0b85e43f6f42eb9b55b70f5fa4a9d271b26a2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                          
package b {
  class B
}

package a.b {
  class A {
    val x = new _root_.b.B
  }
}