Don't allow implicit conversion of null to a class type
commitf40eb745e4dfa106b2bc952d9e66cd7517a07765
authorThomas Leonard <talex5@gmail.com>
Thu, 18 Sep 2008 09:42:48 +0000 (18 10:42 +0100)
committerThomas Leonard <talex5@gmail.com>
Thu, 18 Sep 2008 09:42:48 +0000 (18 10:42 +0100)
treef157c794ab4452927b0cf838cc8c77c9f10267be
parent589080e24bb460d3fb9306d67ef8f03d3363f755
Don't allow implicit conversion of null to a class type

When parsing D source code, we wrap everything in a TypeMaybe since we can't
tell whether it is or not.
dmd/cast.c
dmd/mtype.c
dmd/parse.c