2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1741-2.cs
blobc773725ff86c7130378d512432756f053a0503da
1 // CS1741: Cannot specify a default value for the `out' parameter
2 // Line: 6
4 interface I
6 void Test (out bool a = true);