Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs1547-3.cs
blob893a2270011ce15caf144767ab7a57a26a2c025d
1 // CS1547.cs: Keyword `void' cannot be used in this context
2 // Line: 6
4 class C {
5 const string s = "3";
6 public object o = (void)s;