summaryrefslogtreecommitdiff
path: root/test/files/neg/names-defaults-neg-warn.check
blob: 14a1e50e68926016bc8f55c0738981f3ee5c65e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
names-defaults-neg-warn.scala:11: warning: the parameter name s is deprecated: Use x instead
  deprNam2.f(s = "dlfkj")
               ^
names-defaults-neg-warn.scala:12: warning: the parameter name x is deprecated: Use s instead
  deprNam2.g(x = "dlkjf")
               ^
error: No warnings can be incurred under -Xfatal-warnings.
two warnings found
one error found