[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs0122-38.cs
blob8406845c4b684ccae29b462204c1672e0790736e
1 // CS0122: `InternalClass' is inaccessible due to its protection level
2 // Line: 9
3 // Compiler options: -r:CS0122-38-lib.dll
5 class M
7 public static void Main ()
9 new InternalClass ();