[Issue 3905] Wrong error message with wrong opBinary("in")

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 7 10:16:19 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #7 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
The error message is now:

test.d(7): Error: incompatible types for ((3) in (Group(1, 2))): 'int' and
'Group'

Fixed by https://github.com/dlang/dmd/pull/6140

*** This issue has been marked as a duplicate of issue 16499 ***

--


More information about the Digitalmars-d-bugs mailing list