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