summaryrefslogtreecommitdiff
path: root/test/files/neg/t3015.check
blob: 729db844e7f044e5d2de36796d3685c8b5bb10a0 (plain) (blame)
1
2
3
4
5
6
t3015.scala:7: error: scrutinee is incompatible with pattern type;
 found   : _$1
 required: String
  val b(foo) = "foo"
       ^
one error found