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 006b647 commit c64f004Copy full SHA for c64f004
compiler/src/dotty/tools/dotc/transform/localopt/StringInterpolatorOpt.scala
@@ -90,7 +90,6 @@ class StringInterpolatorOpt extends MiniPhase {
90
else { // tree.symbol == defn.StringContextS
91
import dotty.tools.dotc.util.SourcePosition
92
var stringPosition: SourcePosition = null
93
- var offset: Int = 0
94
try {
95
val escapedStrs = strs.map(str => {
96
stringPosition = str.sourcePos
0 commit comments