summaryrefslogtreecommitdiff
path: root/test/pending/neg/t5589neg2.check
blob: 6af4955a835dde7e5d7d03c427c4520017d0fae8 (plain) (blame)
1
2
3
4
5
6
7
8
9
t5589neg2.scala:7: error: constructor cannot be instantiated to expected type;
 found   : (T1, T2)
 required: String
    for (((((a, (b, (c, (d1, d2)))), es), fs), gs) <- x) yield (d :: es).mkString(", ") // not ok
                        ^
t5589neg2.scala:7: error: not found: value d
    for (((((a, (b, (c, (d1, d2)))), es), fs), gs) <- x) yield (d :: es).mkString(", ") // not ok
                                                                ^
two errors found