Merge pull request #5002 from BrzVlad/feature-sgen-modes
[mono.git] / mcs / errors / cs0122-38.cs
index e30975028cedd68422c3f9c3acca8905a3cf76e6..8406845c4b684ccae29b462204c1672e0790736e 100644 (file)
@@ -1,4 +1,4 @@
-// CS0122: `Internal' is inaccessible due to its protection level
+// CS0122: `InternalClass' is inaccessible due to its protection level
 // Line: 9
 // Compiler options: -r:CS0122-38-lib.dll
 
@@ -6,6 +6,6 @@ class M
 {
        public static void Main ()
        {
-               new Internal ();
+               new InternalClass ();
        }
 }
\ No newline at end of file