aboutsummaryrefslogblamecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/false-error/A.scala
blob: 64675b5e3ac7ddb9c2dfb9d95d819331591619d7 (plain) (tree)
1
2
3
4



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