Skip to content

Commit 57fc70d

Browse files
committed
Drop task of simplifying hk types.
See examplation in 2nd commit of branch aborted/simplify-hk.
1 parent c62c453 commit 57fc70d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/dotty/tools/dotc/Main.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import core.Contexts.Context
99
import reporting.Reporter
1010

1111
/* To do:
12-
* - simplify hk types
13-
* - Don't open package objects from class files if they are present in source
14-
* - Revise the way classes are inherited - when not followed by [...] or (...),
12+
s * - Revise the way classes are inherited - when not followed by [...] or (...),
1513
* assume the unparameterized type and forward type parameters as we do now for the synthetic head class.
1614
*/
1715
object Main extends Driver {

0 commit comments

Comments
 (0)