Skip to content

Commit 65e4ec0

Browse files
committed
Fix PostTyper doc comment
We no longer convert GADT bounds into normal bounds since #3233 was merged.
1 parent 0060f66 commit 65e4ec0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/src/dotty/tools/dotc/transform/PostTyper.scala

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ import reporting.diagnostic.messages.{NotAMember, SuperCallsNotAllowedInline}
4444
* (11) Minimizes `call` fields of `Inline` nodes to just point to the toplevel
4545
* class from which code was inlined.
4646
*
47-
* (12) Converts GADT bounds into normal type bounds
48-
*
4947
* The reason for making this a macro transform is that some functions (in particular
5048
* super and protected accessors and instantiation checks) are naturally top-down and
5149
* don't lend themselves to the bottom-up approach of a mini phase. The other two functions

0 commit comments

Comments
 (0)