We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195d06c commit 9d95115Copy full SHA for 9d95115
compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala
@@ -9,8 +9,6 @@ import MegaPhase.MiniPhase
9
import scala.collection.mutable
10
11
/** Translates quoted terms and types to reify method calls.
12
- * The mini phase needs to run in the same group as FirstTransform. So far we lack
13
- * the machinery to express this constraint in code.
14
*/
15
class ReifyQuotes extends MacroTransform {
16
import ast.tpd._
0 commit comments