aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/source-dependencies/sealed/pending
blob: 69c8ebe98a74fcf09754eeee342780e44122bdc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
> 'set scalacOptions += "-Xfatal-warnings"'

> compile

# have new class E extend A
$ copy-file changes/A.scala A.scala

# D.scala needs recompiling because the pattern match in D
# is no longer exhaustive, which should be a warning
# there is no way to make warnings errors, so this has to be manually checked
-> compile