summaryrefslogtreecommitdiff
path: root/test/files/neg/t8265.check
blob: 7b1db1c4e513b467b0946ce2b98787e3f312a546 (plain) (blame)
1
2
3
4
5
6
t8265.scala:1: warning: Construct depends on unsound variance analysis and will not compile in scala 2.11 and beyond
class Foo[+CC[X]] { type Coll = CC[_] }
                         ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found