summaryrefslogtreecommitdiff
path: root/test/files/neg/t112706A.check
blob: fb18b31be1c9c53c3d31bcdef9cf2f764cd30c70 (plain) (blame)
1
2
3
4
5
6
7
8
9
t112706A.scala:5: error: constructor cannot be instantiated to expected type;
 found   : (T1, T2)
 required: String
    case Tuple2(node,_) =>   
         ^
t112706A.scala:5: error: Could not typecheck extractor call: case class Tuple2 with arguments List((node @ _), _)
    case Tuple2(node,_) =>   
               ^
two errors found