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