summaryrefslogtreecommitdiff
path: root/test/files/neg/t8265.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2014-03-12 10:54:51 -0700
committerPaul Phillips <paulp@improving.org>2014-03-12 11:25:51 -0700
commit80fc8b7818205634caa3996b18b2fd156e9aabd8 (patch)
treec192604820fcb46886645ece9ca8e4b4c5496dc1 /test/files/neg/t8265.scala
parent9c38e86a5526887f93a3f031b19a0e4fa31745d3 (diff)
downloadscala-80fc8b7818205634caa3996b18b2fd156e9aabd8.tar.gz
scala-80fc8b7818205634caa3996b18b2fd156e9aabd8.tar.bz2
scala-80fc8b7818205634caa3996b18b2fd156e9aabd8.zip
SI-8265 Restore 2.10 variance behavior under -Xsource:2.10
Issue deprecation warning under -Xsource:2.10 so time travelers can have an authentic deprecation experience before finding that their unsound code no longer compiles in 2.11. The relevant ticket to the soundness issue is SI-6566.
Diffstat (limited to 'test/files/neg/t8265.scala')
-rw-r--r--test/files/neg/t8265.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/t8265.scala b/test/files/neg/t8265.scala
new file mode 100644
index 0000000000..a215903ebc
--- /dev/null
+++ b/test/files/neg/t8265.scala
@@ -0,0 +1 @@
+class Foo[+CC[X]] { type Coll = CC[_] }