cleol
[mcs.git] / errors / cs1108.cs
blob25ea11145c7b198096a76c41eae948a4dd3aeb1d
1 // cs1108: A parameter cannot have specified more than one modifier
2 // Line: 6
4 public class C
6 public void Foo (ref out int)