2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1745.cs
blob8d3caf0b4dba96d4071a1844eca2603b8d271ee4
1 // CS1745: Cannot specify `System.Runtime.InteropServices.Optional' attribute on optional parameter `u'
2 // Line: 8
3 // Compiler options: -langversion:future
5 using System.Runtime.InteropServices;
7 public class C
9 public static void Test ([Optional] int u = 2)