[Issue 1600] Functions taking only one array cannot be called with property syntax

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 3 19:17:02 PDT 2009


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


Rob Jacques <sandford at jhu.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sandford at jhu.edu




--- Comment #3 from Rob Jacques <sandford at jhu.edu>  2009-08-03 19:17:01 PDT ---
This works in D2.031:

void foo(int[] x) {}

int main(char[][] args)
{

    auto x = new int[5];
    x.foo;

    return 0;
}

So maybe this should be closed?

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


More information about the Digitalmars-d-bugs mailing list