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

# remove type parameter from A
$ copy-file changes/A.scala A.scala

# should get compile error because B, C, D reference A without a type parameter
-> compile