http://d.puremagic.com/issues/show_bug.cgi?id=8245


Denis Shelomovskij <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2


--- Comment #1 from Denis Shelomovskij <[email protected]> 2013-04-19 
12:21:44 MSD ---
Code from description compiles fine now.

But it still fails for properties:
---
@property string asStr(immutable(char)* p)
{ return null; }

void main()
{
    immutable(char)* p = "foobar".ptr;
    p.asStr; // Error: no property 'asStr' for type 'immutable(char)'
}
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to