X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fgmcs%2Fliteral.cs;h=1d7396536c633b41126120195e4daa076cd97620;hb=60e8d68027b115d6b4c1df3e179bb0cd7b5ee171;hp=0a97d502b5046af510de45853feb4e18fba29e99;hpb=0c4e5ea8e18e50f88965b0523d015a9c9101f5ed;p=mono.git diff --git a/mcs/gmcs/literal.cs b/mcs/gmcs/literal.cs index 0a97d502b50..1d7396536c6 100644 --- a/mcs/gmcs/literal.cs +++ b/mcs/gmcs/literal.cs @@ -79,7 +79,13 @@ namespace Mono.CSharp { { ec.ig.Emit (OpCodes.Ldnull); } - + + public override bool IsDefaultValue { + get { + return true; + } + } + public override bool IsNegative { get { return false;