X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0168-3.cs;h=e57dca5b94311ed449076fa5cf613814820cdac2;hb=02b756762822c48495601839668cdc637557c01c;hp=9f9283b5fca14782cbc66fb0f6d0b53fb6030e77;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/errors/cs0168-3.cs b/mcs/errors/cs0168-3.cs index 9f9283b5fca..e57dca5b943 100644 --- a/mcs/errors/cs0168-3.cs +++ b/mcs/errors/cs0168-3.cs @@ -1,12 +1,12 @@ -// cs0168-3.cs: The variable `y2' is declared but never used -// Line: 9 -// Compiler options: -warn:3 -warnaserror - -class CompilerBugDemo -{ - public static object Wrong() - { - object y2; - return null; - } +// CS0168: The variable `y2' is declared but never used +// Line: 9 +// Compiler options: -warn:3 -warnaserror + +class CompilerBugDemo +{ + public static object Wrong() + { + object y2; + return null; + } } \ No newline at end of file