aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/bridge/src/sbt-test/source-dependencies/java-mixed/changes/S2.scala
blob: 63bc37d7788f5ad3a15a2543b7d80a123a7d8205 (plain) (blame)
1
2
3
class S {
	def foo2(s:String): Unit = println("I am foo")
}