On Fri, Jun 26, 2009 at 5:54 PM, Ary Borenszweig<[email protected]> wrote:
> Is is ok that this compiles without errors?
>
> class Foo {
>        alias errorProne this;
> }
>

If I had to guess, it's only OK because the compiler probably doesn't
actually look for the aliased symbol until you actually try to access
something from it.  But that does seem .. wrong.

Reply via email to