> setup; reload

# Verifies that changes to annotations in upstream Java sources causes
# recompilation downstream (sbt/zinc#630) -- in this version, the
# annotation disappears upstream (and downstream compilation is
# expected to happen and fail)

> compile
> checkDependencies test.Foo: test.Test
> checkRecompilations 0 test.Test test.Foo

$ copy-file changes/Test1.java Test.java
-> compile
