summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2562/B.scala
blob: a524e5cc8434add1e27a70865bed24ade1f48300 (plain) (blame)
1
2
3
4
5
6
7
8
object B
{
  def x0 = A.x1                                                                   
  def x1 = A.x2
  def x2 = A.x3
}