2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0185.cs
blob62dd9706267d5c2ecaa624ae7cb9da7133c45f4b
1 // cs0185.cs: `int' is not a reference type as required by the lock statement
2 // Line:
4 class X {
5 static void Main ()
7 lock (5) {