X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0122-18.cs;h=810e64786044b0c9e1e94b262948173d34e7e3fe;hb=34dd20ad452122ca04c00c54be2293737dba1315;hp=7c0f30f858345391ac640b59618e27c530b229af;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/errors/cs0122-18.cs b/mcs/errors/cs0122-18.cs index 7c0f30f8583..810e6478604 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-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(); + } + } } \ No newline at end of file