[Issue 16460] [REG2.071] ICE for package visibility check in function literal

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 12 22:33:10 PDT 2016


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |code at dawg.eu
           Assignee|nobody at puremagic.com        |code at dawg.eu
            Summary|[REG2.071] ICE in local     |[REG2.071] ICE for package
                   |import for a package        |visibility check in
                   |protection func             |function literal

--- Comment #2 from Martin Nowak <code at dawg.eu> ---
(In reply to jiki from comment #1)
> This looks like Issue 16348, but is NOT.
> 2.071.2 beta4 doesn't fix.

It's another instance of Issue 16384, just a different place where the scope
gets created without scope symbol.

https://github.com/dlang/dmd/pull/6128

--


More information about the Digitalmars-d-bugs mailing list