summaryrefslogtreecommitdiff
path: root/test/files/neg/t5376.check
blob: 0376163c35e556ff09fb68baf479cfce8e0e79e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
t5376.scala:12: error: type mismatch;
 found   : String("a")
 required: Int
    "a": Int
    ^
t5376.scala:22: error: type mismatch;
 found   : String("a")
 required: Int
    "a": Int
    ^
two errors found