aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/source-dependencies/implicit-params/test
blob: 5a2bcc0f458d0aa8d3394617cde77fcc971914ef (plain) (blame)
1
2
3
4
5
6
7
8
> compile

# make implicit parameters in A.x be explicit
$ copy-file changes/A.scala A.scala

# Both A.scala and B.scala need to be recompiled because the parameter section is no longer implicit
# and it should be a compile error
-> compile