aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/trait-member-modified/test
blob: f8f7cb076b2b36043fdf02ef41d4052932aa8fa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Test if adding a member to a trait affects classes that refer to that trait
# by a member reference
> compile
# add `foo` method to `A`
$ copy-file changes/A1.scala src/main/scala/A.scala
# only A.scala should be recompiled
> compile
# check if there are only two compile iterations performed
> check-compilations