2017-06-07 13:16:24 +00:00
|
|
|
// CS0122: `InternalClass' is inaccessible due to its protection level
|
2015-08-26 07:17:56 -04:00
|
|
|
// Line: 9
|
|
|
|
// Compiler options: -r:CS0122-38-lib.dll
|
|
|
|
|
|
|
|
class M
|
|
|
|
{
|
|
|
|
public static void Main ()
|
|
|
|
{
|
2017-06-07 13:16:24 +00:00
|
|
|
new InternalClass ();
|
2015-08-26 07:17:56 -04:00
|
|
|
}
|
|
|
|
}
|