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 506e1ea commit 0caecacCopy full SHA for 0caecac
compiler/src/dotty/tools/dotc/ast/Desugar.scala
@@ -1319,9 +1319,9 @@ object desugar {
1319
else
1320
Apply(ref(defn.QuotedExpr_applyR), t)
1321
case Splice(expr) =>
1322
- Select(expr, nme.UNARY_PREFIX ++ nme.raw.TILDE)
+ Select(expr, nme.UNARY_~)
1323
case TypSplice(expr) =>
1324
- Select(expr, tpnme.UNARY_PREFIX ++ nme.raw.TILDE)
+ Select(expr, tpnme.UNARY_~)
1325
case InterpolatedString(id, segments) =>
1326
val strs = segments map {
1327
case ts: Thicket => ts.trees.head
0 commit comments