summaryrefslogtreecommitdiff
path: root/test/files/neg/t2066b.check
blob: 097c44fef337b39d4825a0f22d2c356775f13abe (plain) (blame)
1
2
3
4
5
t2066b.scala:7: error: overriding method f in trait A of type [T[_]](x: T[Int])T[Any];
 method f has incompatible type
	 def f[T[+_]](x : T[Int]) : T[Any] = x
             ^
one error found