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

anonymous4 <dfj1es...@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |betterC
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #1 from anonymous4 <dfj1es...@sneakemail.com> ---
Technically it needs `in` attribute:
---
void takeArray(in int[] array)
{
}
void bar()
{
    takeArray([1, 2, 3]);
}
---

--

Reply via email to