2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1502-11.cs
blob82dcb3a2c172886ed1ef3fdf15147137e3c87bec
1 // CS1502: The best overloaded method match for `string.String(char*)' has some invalid arguments
2 // Line: 8
4 class C
6 static string Prop {
7 get {
8 return new string ("s");