[Mono-dev] I have another bug in class Using

lei.min gmx lei.min at gmx.de
Tue Aug 28 19:32:27 EDT 2007


mcs\statement.cs
in Class Using:

//  protected override void CloneTo (CloneContext clonectx, Statement t)
//  {
//  Using target = (Using) t;

//            if (expression_or_block is Expression)
//                target.expression_or_block = ((Expression)expression_or_block).Clone(clonectx);
//            else
// error--->> target.expression_or_block = ((Statement) expression_or_block).Clone (clonectx);
//  } line 4670,4685 expression_or_block is either a Expression or a DictionaryEntry, not a Statement.





lei.min gmx
2007-08-29
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070829/c9092604/attachment.html 


More information about the Mono-devel-list mailing list