summaryrefslogtreecommitdiff
path: root/test/files/neg/t909.check
blob: e7a42bd246b7e37dc04d51fa3066f49bf8518b85 (plain) (blame)
1
2
3
4
5
6
t909.scala:6: error: type mismatch;
 found   : String("Hello")
 required: Int
                        case Foo("Hello") =>
                                 ^
one error found