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