aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/source-dependencies/parent-change/test
blob: 9a80ffae63da2d011b794644439581f60137759e (plain) (blame)
1
2
3
4
5
6
7
> compile

# modify V to no longer extend W
$ copy-file changes/W.scala W.scala

# Should recompile Y.scala and report an error: "value x is not a member of Z"
-> compile