[Issue 14161] UFCS call does not abide by scope

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 9 20:11:15 PST 2015


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

Fyodor Ustinov <ufm at ufm.su> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ufm at ufm.su

--- Comment #1 from Fyodor Ustinov <ufm at ufm.su> ---
Moreover. If the function is not defined (only pointer), I get 
this error:

aa.d(5): Error: no property 'f' for type 'int'

when try use 5.f();

--


More information about the Digitalmars-d-bugs mailing list