2002-09-16 Miguel de Icaza <miguel@ximian.com>
authorMiguel de Icaza <miguel@gnome.org>
Tue, 17 Sep 2002 01:00:02 +0000 (01:00 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 17 Sep 2002 01:00:02 +0000 (01:00 -0000)
commit25f808006ab037e1c36f844b01268a34c9d40601
treecc0fa15326908441625dd8817aa799afe145cb0a
parent16e839a58de57c30d20feb2c023ea6943489ba99
2002-09-16  Miguel de Icaza  <miguel@ximian.com>

* ecore.cs (FindMostSpecificSource): Use an Expression argument
instead of a Type, because we might be handed over a Literal which
gets a few more implicit conversions that plain types do not.  So
this information was being lost.

Also, we drop the temporary type-holder expression when not
required.

svn path=/trunk/mcs/; revision=7537
mcs/mcs/ChangeLog
mcs/mcs/ecore.cs