[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / CS0122-35-lib.cs
1 class Test<A>
2 {
3         public void Foo<V> (V v, V w)
4         { }
5 }