2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0134.cs
blob70d06443fc0e0b195e5c881100969d0e284c088e
1 // CS0134: A constant `C.o' of reference type `object' can only be initialized with null
2 // Line: 6
4 public class C
6 public const object o = "12345";