summaryrefslogtreecommitdiff
path: root/test/files/neg/bug112706A.check
blob: f84dbcd0510df93e5e13df7fde39278a89d04a8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
bug112706A.scala:4: warning: for (val x <- ... ) has been deprecated; use for (x <- ... ) instead
    for (val t <- p) t._1 match {
         ^
bug112706A.scala:5: error: constructor cannot be instantiated to expected type;
 found   : (T1, T2)
 required: java.lang.String
    case Tuple2(node,_) =>   
         ^
one warning found
one error found