summaryrefslogtreecommitdiff
path: root/test/files/neg/t6264.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-09-01 07:45:41 -0700
committerPaul Phillips <paulp@improving.org>2012-09-01 08:29:16 -0700
commit835405ba4582b7d70e8bd31504d3d2ffaebe28a7 (patch)
tree9615846a0ec707e62884c600e5c1f823124221f5 /test/files/neg/t6264.check
parentc4e055c02125ebdcb91b7231f19995bb9dec0fd7 (diff)
parentd5a5142b9858920cd9a5dbf0ca1ceebb8131aceb (diff)
downloadscala-835405ba4582b7d70e8bd31504d3d2ffaebe28a7.tar.gz
scala-835405ba4582b7d70e8bd31504d3d2ffaebe28a7.tar.bz2
scala-835405ba4582b7d70e8bd31504d3d2ffaebe28a7.zip
Merge remote-tracking branch 'origin/2.10.x' into merge-210
# By Ruediger Klaehn (14) and others # Via Josh Suereth (13) and others * origin/2.10.x: (49 commits) More useful -Xlog-implicits output. Reflection tuning Two more value classes. Fixed cloning a double-linked list. Expanded the reach of value classes. Added/fixed test files for SI-6227 Two fixes for the worksheet instrumenter Fix crasher from bug in maven ant tasks. Yippie. Closes SI-6227 Fix for SI-6283, no abstract value classes. hotfix for SI-6293 Commented out assertions removes Symbol.kind and Type.kind Add missing tests for SI-6190 SI-6281 macroArgs for defs with implicit args SI-6280 Scaladoc: Reloading preserves anchors Added test to ensure that ListMap.tail is O(1) Made ListMap.tail O(1) instead of O(N) SI-6052 - fix groupBy on parallel collections SI-6272 Support lazy vals defined in try in template. ...
Diffstat (limited to 'test/files/neg/t6264.check')
-rw-r--r--test/files/neg/t6264.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t6264.check b/test/files/neg/t6264.check
new file mode 100644
index 0000000000..c0975a80b2
--- /dev/null
+++ b/test/files/neg/t6264.check
@@ -0,0 +1,6 @@
+t6264.scala:3: warning: non-variable type argument Tuple1[_] in type Tuple2[_, Tuple1[_]] is unchecked since it is eliminated by erasure
+ x.isInstanceOf[Tuple2[_, Tuple1[_]]]
+ ^
+error: No warnings can be incurred under -Xfatal-warnings.
+one warning found
+one error found