summaryrefslogtreecommitdiff
path: root/test/files/neg/t4928.check
blob: 18a5d57a62cb072c590ea415dbe521144a78f817 (plain) (blame)
1
2
3
4
5
t4928.scala:3: error: parameter 'a' is already specified at parameter position 1
Note that 'z' is not a parameter name of the invoked method.
  f(z = 0, a = 1)
             ^
one error found