aboutsummaryrefslogtreecommitdiff
path: root/compiler/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-12-18 19:29:02 +0100
committerFelix Mulder <felix.mulder@gmail.com>2016-12-20 18:33:44 +0100
commit7c5e36b80e111d17910dbf122c02a458377656d1 (patch)
tree210ba0cde3e81925aab1af83ab1353c6606a1331 /compiler/test
parent9c0df5aa3af3906913f6507e04078c32dd2a4742 (diff)
downloaddotty-7c5e36b80e111d17910dbf122c02a458377656d1.tar.gz
dotty-7c5e36b80e111d17910dbf122c02a458377656d1.tar.bz2
dotty-7c5e36b80e111d17910dbf122c02a458377656d1.zip
More lenient handling of mixed parameterless and nullary methods
When faced with a denotation that combines parameterless and nullary method definitions (toString is a common example), ignore any redundant () applications.
Diffstat (limited to 'compiler/test')
-rw-r--r--compiler/test/dotc/scala-collections.blacklist5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/test/dotc/scala-collections.blacklist b/compiler/test/dotc/scala-collections.blacklist
index eb48d424a..03a665e4e 100644
--- a/compiler/test/dotc/scala-collections.blacklist
+++ b/compiler/test/dotc/scala-collections.blacklist
@@ -13,11 +13,6 @@
# | ^^^^
# | cyclic reference involving method toString
-../scala-scala/src/library/scala/collection/mutable/ImmutableMapAdaptor.scala
-# 78 | override def toString() = imap.toString()
-# | ^^^^^^^^^^^^^^^
-# | missing argument for parameter index of method apply: (index: Int)Char
-
../scala-scala/src/library/scala/collection/mutable/LinkedHashMap.scala
# 102 | protected class FilteredKeys(p: A => Boolean) extends super.FilteredKeys(p) {
# | ^^^^^^^^^^^^^^^^^^^^