mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
7 lines
236 B
D
7 lines
236 B
D
void main(string[] args)
|
|
{
|
|
if (prevLocation != size_t.max)
|
|
{
|
|
addErrorMessage(line, column, KEY, "Expression %s is true: already checked on line %d.".format(expressions[prevLocation].formatted, expressions[prevLocation].line));
|
|
}
|
|
}
|