summaryrefslogtreecommitdiff
path: root/test/files/neg/t0764.check
blob: e14c7705b83f28a727256f9ce54643eb7f724be8 (plain) (blame)
1
2
3
4
5
6
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}
	new Main[AType]( (value: AType).prepend )
                                        ^
one error found