2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1644-12.cs
blob002fe3896f0b96705bd61873f16f5e10726ae7e3
1 // CS1644: Feature `optional parameter' cannot be used because it is not part of the C# 2.0 language specification
2 // Line: 7
3 // Compiler options: -langversion:ISO-2
5 public class C
7 public C (int a = 0)