We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eababc0 commit 39af805Copy full SHA for 39af805
compiler/src/dotty/tools/dotc/transform/PostTyper.scala
@@ -44,8 +44,6 @@ import reporting.diagnostic.messages.{NotAMember, SuperCallsNotAllowedInline}
44
* (11) Minimizes `call` fields of `Inline` nodes to just point to the toplevel
45
* class from which code was inlined.
46
*
47
- * (12) Converts GADT bounds into normal type bounds
48
- *
49
* The reason for making this a macro transform is that some functions (in particular
50
* super and protected accessors and instantiation checks) are naturally top-down and
51
* don't lend themselves to the bottom-up approach of a mini phase. The other two functions
0 commit comments