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.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/Main.scala b/src/dotty/tools/dotc/Main.scala
index 7c132ef04..0222924da 100644
--- a/src/dotty/tools/dotc/Main.scala
+++ b/src/dotty/tools/dotc/Main.scala
@@ -13,10 +13,10 @@ import reporting.Reporter
* - make use of AndOrType
* - review isSubType
* - have a second look at normalization (leave at method types if pt is method type?)
- * - Check usages of isAliasType and replace where possible by looking at the info. Look for #dealias
* - Don't open package objects from class files if they are present in source
+ * - 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.
*/
-
object Main extends Driver {
def resident(compiler: Compiler): Reporter = unsupported("resident") /*loop { line =>
val command = new CompilerCommand(line split "\\s+" toList, new Settings(scalacError))