summaryrefslogtreecommitdiff
path: root/test/files/neg/maxwarns.check
blob: f4c8d907bd4eb5b526a9a2f9cab208329d303486 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
maxwarns.scala:12: warning: method x in object X is deprecated (since forever): just to annoy people
  def a = x
          ^
maxwarns.scala:14: warning: method x in object X is deprecated (since forever): just to annoy people
  def b = x
          ^
maxwarns.scala:16: warning: method x in object X is deprecated (since forever): just to annoy people
  def c = x
          ^
error: No warnings can be incurred under -Xfatal-warnings.
5 warnings found
one error found