Add a comment to Cast type
authorMiguel de Icaza <miguel@gnome.org>
Thu, 27 Sep 2001 12:27:08 +0000 (12:27 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 27 Sep 2001 12:27:08 +0000 (12:27 -0000)
svn path=/trunk/mcs/; revision=999

mcs/mcs/expression.cs
mcs/tests/makefile

index a547718251b089ea3ec4fb28ae3e179792a50a71..5c77209cfa42df8a4479f57b7f43b9ee77d22cf4 100755 (executable)
@@ -1452,7 +1452,13 @@ namespace CIR {
                        }
                }
        }
-       
+
+       // <summary>
+       //   This represents a typecast in the source language.
+       //
+       //   FIXME: Cast expressions have an unusual set of parsing
+       //   rules, we need to figure those out.
+       // </summary>
        public class Cast : Expression {
                string target_type;
                Expression expr;
index 40a0e542362ee599d7d9f79960e592d0838032b5..769ab034b1f0444b30c4dac6e56ddba0bb665fc9 100755 (executable)
@@ -1,5 +1,5 @@
 TEST_SOURCES = \
-       test-1 test-4 test-6 test-7 test-8 test-9
+       test-1 test-4 test-6 test-7 test-8 test-9 test-10
 
 TEST_NOPASS = \
        test-2 test-3 test-5