aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t6771b.check
blob: ba99e9178d75d445df6e1a16e0bd7d744bbe7048 (plain) (blame)
1
2
3
4
5
6
t6771b.scala:14: error: type mismatch;
 found   : x.type (with underlying type String)
 required: Test.a.type
  b = b match { case x => x }
                          ^
one error found