aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/falseView.scala
blob: 613abe3f1f9c9ca040c56bf568c2795bc77f2b2f (plain) (blame)
1
2
3
4
5
6
7
object Test {

  private implicit val xs: Map[String, Int] = ???

  val x: Int = "abc" // error

}