summaryrefslogtreecommitdiff
path: root/test/files/neg/t9781.scala
blob: 70234dcca54e75189957b20d91d27486bfd13883 (plain) (blame)
1
2
3
4
object T9781 {
  val c: collection.mutable.Map[Int, Int] = ???
  c(undefinedSymbol) += 1
}