summaryrefslogblamecommitdiff
path: root/test/files/neg/t5390c.scala
blob: 6b11576611974c33b0568bc80527b9d1a14df823 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                         
class A {
  case class B(s: String)
}

object X {
  def foo {
    val b = new a.B("")
    val a = new A
  }
}