summaryrefslogtreecommitdiff
path: root/test/files/run/StubErrorReturnTypePolyFunction.check
blob: 78e309668ea099499b478b4d99e9c8f49ad96b72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: newSource1.scala:13: Symbol 'type stuberrors.A' is missing from the classpath.
This symbol is required by 'class stuberrors.D'.
Make sure that type A is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
A full rebuild may help if 'D.class' was compiled against an incompatible version of stuberrors.
      b.foo[D]
            ^
error: newSource1.scala:13: type arguments [stuberrors.D] do not conform to method foo's type parameter bounds [T <: stuberrors.A]
      b.foo[D]
           ^
error: newSource1.scala:13: Symbol 'type stuberrors.A' is missing from the classpath.
This symbol is required by 'type stuberrors.B.T'.
Make sure that type A is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
A full rebuild may help if 'B.class' was compiled against an incompatible version of stuberrors.
      b.foo[D]
      ^