summaryrefslogtreecommitdiff
path: root/test/files/neg/t10207.check
blob: 3330db44a5ccb1b0f0972ba9ef21df44fc7120b4 (plain) (blame)
1
2
3
4
t10207.scala:14: error: too many arguments (2) for method apply: (key: Int)scala.collection.mutable.ArrayBuffer[String] in trait MapLike
  m(1, (_ => empty)) ++= AB("eins", "uno")
          ^
one error found