2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0851.cs
blob0af3958d63f5ee30c5733635e4539b0d1207d95f
1 // CS0851: Overloaded contructor `Test.Test(out int)' cannot differ on use of parameter modifiers only
2 // Line: 10
4 public class Test
6 public Test (ref int i)
10 public Test (out int i)