is and !is
TOK.identity and TOK.notIdentity
http://dlang.org/spec/expression.html#identity_expressions
The types for a binary expression are incompatible. Print error message.
Mark the operands as will never be dereferenced, which is useful info for @safe checks. Do before semantic() on operands rewrites them.
See Implementation
is and !is
TOK.identity and TOK.notIdentity
http://dlang.org/spec/expression.html#identity_expressions