summaryrefslogtreecommitdiff
path: root/test/files/pos/t7532/B_2.scala
blob: ee7ce7751f7bbbb5fb5aa7589bda08cec2313a18 (plain) (blame)
1
2
3
4
5
object Test {
  val r = new R
  new r.attr() // Was: error while loading attr, class file '.../t7532-pos.obj/R$attr.class' has location not matching its contents: contains class
  new R.attr1
}