summaryrefslogtreecommitdiff
path: root/test/files/neg/t0764.check
blob: 830278e7156571e92167a53b008d4799252efc6c (plain) (blame)
1
2
3
4
5
6
7
t0764.scala:13: error: type mismatch;
 found   : Node{type T = _2.type} where val _2: 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