[Issue 12009] local import and "unable to resolve forward reference" error

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 25 08:24:02 PST 2015


https://issues.dlang.org/show_bug.cgi?id=12009

--- Comment #3 from github-bugzilla at puremagic.com ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/bd4447534d132e6ed04db96b9183989ae3f551ad
fix Issue 12009 - local import and "unable to resolve forward reference" error

`Module::semantic2` could be invoked from local imports, even when some
local symbol semantics are not yet completed.

--


More information about the Digitalmars-d-bugs mailing list