aboutsummaryrefslogblamecommitdiff
path: root/sbt-bridge/bridge/src/sbt-test/source-dependencies/intermediate-error/B.scala
blob: 1a1e0c06f6a901062af1a573d729e0c5a6bac990 (plain) (tree)
1
2
3
4



                        
object B
{
	val y: Int = A.x
}