* SoapMessageFormater.cs: In BuildSoapMessageFromMethodResponse, add the
[mono.git] / mcs / errors / cs0184.cs
index 014b945f21b2d2fafaeafed0de855f3a367364bf..4ff379f60050ed0a40fcf63dbd513f8073385563 100755 (executable)
@@ -5,7 +5,7 @@ class X {
 
        static void Main ()
        {
-               int a;
+               int a = 1;
                
                if (a is byte){
                }