summaryrefslogtreecommitdiff
path: root/test/files/neg/t1181.check
blob: 3724752a8511d25c46c93bf7f79128ecbbe0ad8c (plain) (blame)
1
2
3
4
5
6
7
8
t1181.scala:8: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
     case (Nil, Nil) => map
                        ^
t1181.scala:9: error: missing parameter type
     _ => buildMap(map.updated(keyList.head, valueList.head), keyList.tail, valueList.tail)
     ^
one warning found
one error found