Skip to content

Commit

Permalink
Fix PostTyper doc comment
Browse files Browse the repository at this point in the history
We no longer convert GADT bounds into normal bounds since scala#3233 was
merged.
  • Loading branch information
smarter committed Feb 12, 2018
1 parent 8495439 commit 8367f08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/src/dotty/tools/dotc/transform/PostTyper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ import reporting.diagnostic.messages.{NotAMember, SuperCallsNotAllowedInline}
* (11) Minimizes `call` fields of `Inline` nodes to just point to the toplevel
* class from which code was inlined.
*
* (12) Converts GADT bounds into normal type bounds
*
* The reason for making this a macro transform is that some functions (in particular
* super and protected accessors and instantiation checks) are naturally top-down and
* don't lend themselves to the bottom-up approach of a mini phase. The other two functions
Expand Down

0 comments on commit 8367f08

Please sign in to comment.