avoid using a custom sources file for the net_2_1_raw profile
[mcs.git] / errors / cs1750.cs
blob9aa7f2387a47149dd64a34e10f3811129423427e
1 // CS1750: Optional parameter value `a' cannot be converted to parameter type `int'
2 // Line: 6
3 // Compiler options: -langversion:future
5 public class C
7 public C (int a = "a")