2010-04-14 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1750.cs
blob15b09c384911dc06da2aa68f6eb00dfa17474bb3
1 // CS1750: Optional parameter expression of type `string' cannot be converted to parameter type `int'
2 // Line: 6
4 public class C
6 public C (int a = "a")