summaryrefslogblamecommitdiff
path: root/test/files/neg/t4928.check
blob: 06d4f225225554c7557c2ac96a20cd87a28d563a (plain) (tree)
1
2
3
4
5




                                                                                
t4928.scala:3: error: parameter 'a' is already specified at parameter position 1
Note that that 'z' is not a parameter name of the invoked method.
  f(z = 0, a = 1)
             ^
one error found