2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0663.cs
blob44b3cc30efdc22b89d136f07cf90fd77c687ef18
1 // CS0633: 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)