型でハゲてたので修正
This commit is contained in:
@@ -23,7 +23,8 @@ class DebugInfo
|
||||
{
|
||||
while (line.length < loc.line)
|
||||
{
|
||||
line ~= location.length;
|
||||
import std.conv : to;
|
||||
line ~= location.length.to!int;
|
||||
}
|
||||
for(int i = 0; i < code.length - old; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user