2009-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git] / errors / gcs0663.cs
blob62c156b9a595fe741b175eddb8006306c890d377
1 // CS0633: An overloaded method `C.Foo(string)' cannot differ on use of parameter modifiers only
2 // Line: 11
5 public static class C
7 static void Foo (this string eType)
11 static void Foo (string value)