aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/import-package/pending
blob: 5dc9851d5e6672c0c2ddac0c2d1b1c64e13a5c9a (plain) (blame)
1
2
3
4
5
6
7
8
> compile

# shorten the package defined in A from 'a.b' to 'a'.
$ copy-file changes/A.scala A.scala

# 'import a.b' should now fail in B.scala
# succeeds because scalac doesn't track this dependency
-> compile