2009-02-15 Jonathan Chambers <joncham@gmail.com>
[mcs.git] / errors / cs0663-2.cs
blob67218c719fa9bde631c73eddbb0334e27b3a6182
1 // CS0663: An overloaded method `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)