← Back to index
|
Original Bugzilla link
Bug 21413 – Name lookup fails when the qualified name is used inside the module where the name is defined
Status
RESOLVED
Resolution
WORKSFORME
Severity
major
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2020-11-21T23:39:28Z
Last change time
2023-07-11T08:50:08Z
Keywords
rejects-valid
Assigned to
No Owner
Creator
Dibyendu Majumdar
Comments
Comment #0
by mobile — 2020-11-21T23:39:28Z
module a.b.m; int hello() { return 42; } extern (C) void main() { assert (a.b.m.hello() == 42); }
Comment #1
by razvan.nitu1305 — 2023-07-11T08:50:08Z
I cannot reproduce this with the latest compilers.