Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-01-10 01:51:28 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-01-10 01:51:28 +0300
commitb90a8ba02326eba0359770e2aea625571935424f (patch)
tree5a4c5065721376414da1be5ba93a8cc0b5092f40 /mcs/tests/test-211.cs
parentc1eaa78c743eec9e1e3cb0e2fd8f9434dc366d5a (diff)
update
svn path=/trunk/mcs/; revision=21887
Diffstat (limited to 'mcs/tests/test-211.cs')
-rw-r--r--mcs/tests/test-211.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/tests/test-211.cs b/mcs/tests/test-211.cs
index f5942c40c7c..3835d2bccd5 100644
--- a/mcs/tests/test-211.cs
+++ b/mcs/tests/test-211.cs
@@ -46,6 +46,12 @@ class Z
{
int a = 5;
Y y = (Y) (X) a;
+
+ //.
+ // Compile this:
+ //
+
+ int b = (Int32)int.Parse ("1");
return 0;
}
}