diff --git a/script.d b/script.d index ac96699..2cf8c65 100644 --- a/script.d +++ b/script.d @@ -605,7 +605,7 @@ class StringLiteralExpression : Expression { continue; } if(inEscape) { - lastPos = pos + 1; + lastPos = cast(int) pos + 1; inEscape = false; switch(c) { case 'n':