Distinguish general from specific correctly from my previous patch
authorMiguel de Icaza <miguel@gnome.org>
Sat, 7 Sep 2002 01:19:22 +0000 (01:19 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 7 Sep 2002 01:19:22 +0000 (01:19 -0000)
svn path=/trunk/mcs/; revision=7300

mcs/mcs/statement.cs

index 26ac2b9c4811c40f1cf98b4997b94d2ef824f102..de4a71c4681fb65e2e9ffb1ac4b56067be4aa18e 100755 (executable)
@@ -4191,7 +4191,7 @@ namespace Mono.CSharp {
 
                public bool IsGeneral {
                        get {
-                               return type == null;
+                               return type_expr == null;
                        }
                }