[Issue 17548] [REG2.072.0] Forward reference error with scope function parameters

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 25 09:08:37 PDT 2017


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

--- Comment #3 from johanengelen at weka.io ---
Extra testcase by Elie, modifying fwdref2.d to:
```
struct S2 {
    // void bar(int arg = .fwdref1.cnst) {}
    S1 s;
    import fwdref2;
}
```

--


More information about the Digitalmars-d-bugs mailing list