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

# switch which 'x' method has a default for the second parameter in A
#   this change is selected because of the encoding of default method names
$ copy-file changes/A.scala A.scala

# Both A.scala and B.scala need to be recompiled because the parameter needs to be explicitly provided
# and it should be a compile error
-> compile