File: t5189b.check

package info (click to toggle)
scala 2.11.12-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 62,924 kB
  • sloc: javascript: 28,808; java: 13,415; xml: 3,135; sh: 1,620; python: 756; makefile: 38; awk: 36; ansic: 6
file content (11 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
t5189b.scala:38: error: type mismatch;
 found   : TestNeg.Wrapped[?T7] where type ?T7 <: T (this is a GADT skolem)
 required: TestNeg.Wrapped[T]
Note: ?T7 <: T, but class Wrapped is invariant in type W.
You may wish to define W as +W instead. (SLS 4.5)
    case Wrapper/*[_ <: T ]*/(wrapped) => wrapped // : Wrapped[_ <: T], which is a subtype of Wrapped[T] if and only if Wrapped is covariant in its type parameter
                                          ^
t5189b.scala:51: error: value foo is not a member of type parameter T
    case Some(xs) => xs.foo // the error message should not refer to a skolem (testing extrapolation)
                        ^
two errors found