for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs0185.cs
blob83dfe5e7609225d76ab7baffa370ee82c047f029
1 // CS0185: `int' is not a reference type as required by the lock statement
2 // Line: 7
4 class X {
5 static void Main ()
7 lock (5) {