Remove debugging code from generated code
[mono-project.git] / mcs / errors / cs0631-3.cs
blob2e88bb47ff41af53d090fe06ee92a3a9d8338a42
1 // CS0631: The modifiers `ref' and `out' are not valid in this context
2 // Line: 5
4 class X {
5 public static X operator < (ref X a, int b)
7 return null;