aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/type-alias/test
blob: f0a7fe8a14c56272d2818bef86ffb463f8d0f0f3 (plain) (blame)
1
2
3
4
5
6
7
> compile

# change type alias
$ copy-file changes/A.scala A.scala

# Both A.scala and B.scala should be recompiled, producing a compile error
-> compile