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 02f9cf2 commit 8862764Copy full SHA for 8862764
compiler/src/dotty/tools/dotc/parsing/Scanners.scala
@@ -1353,10 +1353,6 @@ object Scanners {
1353
}
1354
end getDedentedStringPartWithDelimiter
1355
1356
- /** Handle `$` in string interpolations. This is shared between regular strings and dedented strings.
1357
- * @param escapeChar The character that can be escaped with `$` (either `"` or `'`)
1358
- * @return true if the caller should continue parsing the rest of the string, false otherwise
1359
- */
1360
private def handleStringInterpolation(escapeChar: Char): Boolean = {
1361
def getInterpolatedIdentRest(hasSupplement: Boolean): Unit =
1362
@tailrec def loopRest(): Unit =
0 commit comments