# This test verifies that adding/removing calls to super in traits properly
# recompiles subclasses.  super calls introduce accessors that are not in
# the public API, so this is not picked up by the usual API change detection.

> run 1

$ copy-file changes/B2.scala B.scala
> run 5

$ copy-file changes/B3.scala B.scala
> run 21

