aboutsummaryrefslogblamecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/named/A.scala
blob: 42afb874dbab4a1f179c725758f3079b1ced202d (plain) (tree)
1
2
3


                                         
object A {
	def x(zz: Int, yy: Int) = yy - zz
}