Closed viniarck closed 5 years ago
Multiple attrs are being ignored in the completion source, for instance:
auto appDir() @safe @nothrow { import std.path; return expandTilde("~/.test"); }
Typo. nothrow shouldn't be an attr.
nothrow
Multiple attrs are being ignored in the completion source, for instance: