aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/bridge/src/sbt-test/source-dependencies/named/A.scala
blob: 42afb874dbab4a1f179c725758f3079b1ced202d (plain) (blame)
1
2
3
object A {
	def x(zz: Int, yy: Int) = yy - zz
}