aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/bridge/src/sbt-test/source-dependencies/java-static/changes/S.scala
blob: 45436972b2582a28c47e973d3fec38be02b3869f (plain) (blame)
1
2
3
4
object S
{
	val y: Int = J.x
}