summaryrefslogblamecommitdiff
path: root/test/files/neg/t5106.check
blob: ac16041cf7a8fbd00f59e0bf7fcb59aa2a0930aa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                       
t5106.scala:3: error: type mismatch;
 found   : Int(4)
 required: String
    val (n, l): (String, Int) = (4, "")
                                 ^
t5106.scala:3: error: type mismatch;
 found   : String("")
 required: Int
    val (n, l): (String, Int) = (4, "")
                                    ^
two errors found