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

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Nick Treleaven <[email protected]> ---
Just to note that `module` and `package` (already accepted), `return` and
visibility should not be part of an `is` expression, because an `is` expression
is supposed to test whether something is a valid type. It's not to test
symbols. From the spec:

"An IsExpression is evaluated at compile time and is used to check if an
expression is a valid type."

--

Reply via email to