[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs0432-4.cs
1 // CS0432: Alias `X' not found
2 // Line: 5
3
4 using X = System;
5 using X::Collections.Generic;