aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/same-file-used-names/test
blob: 781b4aafb9909efa28a347f9efa161740976bc6b (plain) (blame)
1
2
3
4
5
6
7
> compile

# uncomment definition of `x` that leads to ambiguity error in A
$ copy-file changes/B.scala B.scala

# Both A.scala and B.scala should be recompiled, producing a compile error
-> compile