You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a.d:
```module a;struct A { import b : B;}```
b.d:
```module b;struct B { uint t;}void f() { import a : A; with (A.init) { auto f = B(); }}```
Also try a struct B with zero fields ("Error: more initializers than fields") and a struct B with an A* field ("Error: struct B does not overload ()")
The text was updated successfully, but these errors were encountered:
elpenguino+D reported this on 2019-11-04T04:50:29Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=20352
Description
The text was updated successfully, but these errors were encountered: