summaryrefslogtreecommitdiff
path: root/test/files/pos/t6499.scala
blob: db376572ee28369d0dbd73ebb88922c56c9435d3 (plain) (blame)
1
2
3
object Test {
  Map(): Map[_, Int] with Map[_, Int]
}