summaryrefslogtreecommitdiff
path: root/test/files/neg/t0764.check
blob: 0c7cff1e1e65ee41eef47f2dd895bb8a7c056d9f (plain) (blame)
1
2
3
4
5
6
7
t0764.scala:13: error: type mismatch;
 found   : Node{type T = _1.type} where val _1: Node{type T = NextType}
 required: Node{type T = Main.this.AType}
    (which expands to)  Node{type T = Node{type T = NextType}}
        new Main[AType]( (value: AType).prepend )
                                        ^
one error found