Bug 12208 – Recognize identical scope of nested structs

Status
NEW
Severity
enhancement
Priority
P4
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-02-19T19:58:17Z
Last change time
2024-12-13T18:17:13Z
Assigned to
No Owner
Creator
Vladimir Panteleev
Moved to GitHub: dmd#18777 →

Comments

Comment #0 by dlang-bugzilla — 2014-02-19T19:58:17Z
Currently, this code doesn't compile, although I think it should: ////////////////////////////// struct S1(alias a) { struct S2(alias b) { void foo() { a = b; } } } struct Test { int i, j; S1!i.S2!j s; } //////////////////////////////
Comment #1 by robert.schadek — 2024-12-13T18:17:13Z
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/18777 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB