aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/named/test
blob: 28f1c58d30b7e30cb1bb36d82f06974451dc0abd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# named parameters are only in 2.8
#> ++2.8.0

> compile

# result should be 1
> run 1

# change order of arguments in A.x
$ copy-file changes/A.scala A.scala

# Recompile
> compile

# Should still get 1 and not -1
> run 1