> setup; reload

> compile
$ copy-file changes/A2.scala A.scala
# Second compilation round, there should be no third round (we don't need to recompile B.scala)
> compile
# Check that there were only two rounds of compilation
> checkIterations 2
