2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs1660.cs
blob4f549a9fce422690950d9802ff7794d238f381b1
1 // cs1660.cs: Cannot convert anonymous method block to type `object' because it is not a delegate type
2 // Line: 9
4 using System;
6 class X {
7 static void Main ()
9 object o = delegate {};