overflow bug has been fixed in net_4_0
[mcs.git] / errors / cs1502-11.cs
blobaadff1ddb59cc72a52adecd8cf2a60737fe660c3
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");