aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/bridge/src/sbt-test/source-dependencies/qualified-access/test
blob: 2cc575f6b2db777f624abe697f3dbe986f755638 (plain) (blame)
1
2
3
4
5
6
7
> compile

# change access of A.x
$ copy-file changes/A.scala A.scala

# Should force recompilation of B.scala because access changed and B's access is now invalid.
-> compile