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

# modify A.scala so that the signature of its method changes to be identical to
# that of the method in its descendant in C.scala
$ copy-file changes/A.scala A.scala
# Should recompile C.scala and report this error, failing the compile
-> compile