summaryrefslogblamecommitdiff
path: root/test/files/neg/t2462b.check
blob: ac9563878c6d99c76c2daa77669318f19448a634 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                                         
implicitNotFound_syntax.scala:6: warning: Invalid implicitNotFound message for trait Meh in package test:
The type parameters Too, Elem referenced in the message of the @implicitNotFound annotation are not defined by trait Meh.
trait Meh[-From, +To]
      ^
implicitNotFound_syntax.scala:9: warning: Invalid implicitNotFound message for trait Meh2 in package test:
The type parameter Elem referenced in the message of the @implicitNotFound annotation is not defined by trait Meh2.
trait Meh2[-From, +To]
      ^
implicitNotFound_syntax.scala:12: error: overriding method x in class thankyoupartest of type => Int;
 method x needs `override' modifier
class testmustfail extends thankyoupartest { def x = 43 }
                                                 ^
two warnings found
one error found