Skip to content

Commit 8862764

Browse files
committed
.
1 parent 02f9cf2 commit 8862764

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/src/dotty/tools/dotc/parsing/Scanners.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,10 +1353,6 @@ object Scanners {
13531353
}
13541354
end getDedentedStringPartWithDelimiter
13551355

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-
*/
13601356
private def handleStringInterpolation(escapeChar: Char): Boolean = {
13611357
def getInterpolatedIdentRest(hasSupplement: Boolean): Unit =
13621358
@tailrec def loopRest(): Unit =

0 commit comments

Comments
 (0)