aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Main.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/Main.scala')
-rw-r--r--src/dotty/tools/dotc/Main.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/Main.scala b/src/dotty/tools/dotc/Main.scala
index f4da16a6a..22d6d46b8 100644
--- a/src/dotty/tools/dotc/Main.scala
+++ b/src/dotty/tools/dotc/Main.scala
@@ -13,7 +13,6 @@ import reporting.Reporter
* - make use of AndOrType
* - review isSubType
* - have a second look at normalization (leave at method types if pt is method type?)
- * - fix problem with duplicate companion objects for classes with default parameters in constructors
* - Check usages of isAliasType and replace where possible by looking at the info.
* - Don't open package objects from class files if they are present in source
*/