[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0122-38.cs
blobe30975028cedd68422c3f9c3acca8905a3cf76e6
1 // CS0122: `Internal' 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 Internal ();