summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract-report3.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-10-28 02:43:59 +0000
committerPaul Phillips <paulp@improving.org>2011-10-28 02:43:59 +0000
commit4505c2b05c622e5438dddb9a3a9b3296819baaa0 (patch)
treed6b751af547228aa353919f27ec7f35f17a46a84 /test/files/neg/abstract-report3.scala
parent09188cd820c29894d046dbd5497afc68932e60f8 (diff)
downloadscala-4505c2b05c622e5438dddb9a3a9b3296819baaa0.tar.gz
scala-4505c2b05c622e5438dddb9a3a9b3296819baaa0.tar.bz2
scala-4505c2b05c622e5438dddb9a3a9b3296819baaa0.zip
Better report on missing methods.
Discovered an overloaded method with multiple unimplemented variants only had one listed. Fixed, no review.
Diffstat (limited to 'test/files/neg/abstract-report3.scala')
-rw-r--r--test/files/neg/abstract-report3.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/abstract-report3.scala b/test/files/neg/abstract-report3.scala
new file mode 100644
index 0000000000..d3cce86a6b
--- /dev/null
+++ b/test/files/neg/abstract-report3.scala
@@ -0,0 +1 @@
+class Foo[T] extends java.util.concurrent.BlockingQueue[T] { } \ No newline at end of file