X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0122-18.cs;h=66d6576232ecac531e1becfad7c332ed5354c342;hb=1c3ad5e78c23913341c3b0e221b5f19e92cf96e6;hp=7c0f30f858345391ac640b59618e27c530b229af;hpb=3d693eeb90339833968d66c3dc9fde2fa3ba2cef;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