aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/bridge/src/sbt-test/source-dependencies/transitive-a/src/main/scala/C.scala
blob: 0c2345e0f4e40e3824bc385c56bed1962a35eaf8 (plain) (blame)
1
2
3
4
object C
{
	val z = B.y.length
}