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, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/Main.scala b/src/dotty/tools/dotc/Main.scala
index a86422f52..8da5acf60 100644
--- a/src/dotty/tools/dotc/Main.scala
+++ b/src/dotty/tools/dotc/Main.scala
@@ -13,6 +13,7 @@ import reporting.Reporter
* - review isSubType
* - have a second look at normalization (leave at method types if pt is method type?)
* - Don't open package objects from class files if they are present in source
+ * - check why we cannot access java.util.LinkedHashMap as a map
* - Revise the way classes are inherited - when not followed by [...] or (...),
* assume the unparameterized type and forward type parameters as we do now for the synthetic head class.
*/