2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1107.cs
blob2e00866d170fec4b3fccc25fe11f753b112e0e15
1 // CS1107: Duplicate parameter modifier `ref'
2 // Line: 6
4 static class S
6 static void Foo (ref ref ulong u)