[Issue 9348] "tmpl!arg" syntax followed by "!is" or "!in"

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 18 08:21:04 PST 2013


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


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
           Platform|x86_64                      |All
            Summary|"tmpl!arg" syntax followed  |"tmpl!arg" syntax followed
                   |by "!is"                    |by "!is" or "!in"
         OS/Version|Windows                     |All


--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-01-18 08:21:02 PST ---
"!in" has same problem.

    @property Object F(int E)() { return null; }
    assert (F!0 !in [new Object():1]);

https://github.com/D-Programming-Language/dmd/pull/1507

-- 
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