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.
containsQuotesOrSplices = true
1 parent 2a4e8cf commit cc54d41Copy full SHA for cc54d41
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -1074,7 +1074,6 @@ class Typer extends Namer with TypeAssigner with Applications with Implicits wit
1074
}
1075
1076
def typedQuote(tree: untpd.Quote, pt: Type)(implicit ctx: Context): Tree = track("typedQuote") {
1077
- ctx.compilationUnit.containsQuotesOrSplices = true
1078
val untpd.Quote(body) = tree
1079
val isType = body.isType
1080
val resultClass = if (isType) defn.QuotedTypeClass else defn.QuotedExprClass
0 commit comments