grammar updates
[mono.git] / mono / tests / box.cs
index 00500601d69e1ccd4c4611aab71f6855a07f2087..6ca47d62b3ecc36db928a12a09bb66852fbdc3df 100755 (executable)
@@ -7,6 +7,7 @@ public class Test {
        {
                int i = 123;
                object o = i;
+
                int j = (int) o;
 
                if (i != j)