X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0122-18.cs;h=66d6576232ecac531e1becfad7c332ed5354c342;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=7c0f30f858345391ac640b59618e27c530b229af;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/errors/cs0122-18.cs b/mcs/errors/cs0122-18.cs index 7c0f30f8583..66d6576232e 100644 --- a/mcs/errors/cs0122-18.cs +++ b/mcs/errors/cs0122-18.cs @@ -1,20 +1,20 @@ -// cs0122-18.cs: `Test.TestClass.TestClass()' is inaccessible due to its protection level -// Line: 17 - -namespace Test -{ - public class TestClass - { - private TestClass() : base() - { - } - } - - class Class1 - { - static void Main(string[] args) - { - TestClass test = new TestClass(); - } - } +// CS0122: `Test.TestClass.TestClass()' is inaccessible due to its protection level +// Line: 17 + +namespace Test +{ + public class TestClass + { + private TestClass() : base() + { + } + } + + class Class1 + { + static void Main(string[] args) + { + TestClass test = new TestClass(); + } + } } \ No newline at end of file