Fix source-dependencies/cross-source

This commit is contained in:
Eugene Yokota 2016-05-05 23:30:32 -04:00
parent 0eba0c35ca
commit c4ca5b0fd7
2 changed files with 0 additions and 12 deletions

View File

@ -1,3 +0,0 @@
object B {
def show(what: String): String = "String interpolation is " + what.toUpperCase
}

View File

@ -5,12 +5,3 @@
# A.scala needs B.scala, it would be in source list
> ++2.10.4
> compile
# A.scala needs B.scala, it would be in source list
> ++2.9.3
> compile
# Injecting the wrong B.scala in source list
$ copy-file src/main/scala-2.10/B.scala src/main/scala-2.9.3/B.scala
> ++2.9.3
-> compile