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


timon.g...@gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |timon.g...@gmx.ch
         Resolution|INVALID                     |


--- Comment #2 from timon.g...@gmx.ch 2012-07-10 16:56:28 PDT ---
The [1,2] / [10,20] literal implicitly converts to int[2].
It is similar to the following:

struct Foo{
    short bar;
}

short spam() {
    const Foo* x;
    return true ? x.bar : 1;
}

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

Reply via email to