X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0571-7.cs;h=c171f80940680178139fb1ab78e31164b998bb15;hb=824b01d4fc38d6f44caef08039865be205418a9c;hp=d7f29faa35bc8769e29293c82da455fc7a4a646b;hpb=3ac62769922d94d3ba1d36f532846100df4166d6;p=mono.git diff --git a/mcs/errors/cs0571-7.cs b/mcs/errors/cs0571-7.cs old mode 100755 new mode 100644 index d7f29faa35b..c171f809406 --- a/mcs/errors/cs0571-7.cs +++ b/mcs/errors/cs0571-7.cs @@ -1,16 +1,16 @@ -// CS0571: `C.Prop.set': cannot explicitly call operator or accessor -// Line: 14 - -class C -{ - delegate void D (int i); - - static int Prop { - set {} - } - - public static void Main () - { - D d = set_Prop; - } -} +// CS0571: `C.Prop.set': cannot explicitly call operator or accessor +// Line: 14 + +class C +{ + delegate void D (int i); + + static int Prop { + set {} + } + + public static void Main () + { + D d = set_Prop; + } +}