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

Stefan Koch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Stefan Koch <[email protected]> ---
I Assume: 
  this happens because `a` is a local t the frame of main.
  when s.bar is called it uses the same offset but in the frame of bar.

My first solution would be to make it an error.

--

Reply via email to