https://issues.dlang.org/show_bug.cgi?id=21793
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Dlang Bot <[email protected]> --- dlang/dmd pull request #12348 "Fix 21793 - Cannot initialize shared member with -preview=nosharedaccess" was merged into master: - 32e58278fd31b5cdf77f11e9510d63ca14084685 by MoonlightSentinel: Fix 21793 - Cannot initialize shared member with -preview=nosharedaccess Move the `shared` check after the `ConstructExp` lowering (which may ignore `shared`) and allow calls to `shared` functions in `DotVarExp`'s. https://github.com/dlang/dmd/pull/12348 --
