2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0134.cs
blob54fdffac58a77c9e7f54b410f9183065ebba6815
1 // cs0134.cs: `C.o': the constant of reference type other than string can only be initialized with null
2 // Line: 6
4 public class C
6 public const object o = "12345";