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

--- Comment #3 from [email protected] ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/0c9374cec813f8b29483bebd5a659be55958c299
fix Issue 16460 - ICE for package visibility check in function literal

- fixed by skipping symbol-less scopes when establishing scope for
  FuncDeclaration
- symbol-less scopes like Scope.startCTFE and FuncExp scopes don't
  require a symbol table (and thus don't create a scopesym)

https://github.com/dlang/dmd/commit/8679fd9b9b5f401f834047cd0c14ebd338566cfd
Merge pull request #6128 from MartinNowak/fix16460

fix Issue 16460 - ICE for package visibility check in function literal

--

Reply via email to