summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-ad
blob: 97b179a25b5d36401840f0401a1fc54161693cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.14 2008/04/25 11:23:26 kefren Exp $
--- mcs/mcs/anonymous.cs.orig	2008-04-25 13:42:00.000000000 +0300
+++ mcs/mcs/anonymous.cs	2008-04-25 13:42:44.000000000 +0300
@@ -1150,7 +1150,7 @@
 
 		public virtual bool HasExplicitParameters {
 			get {
-				return true;
+				return Parameters != null;
 			}
 		}