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:
authorMarek Safar <marek.safar@gmail.com>2010-11-30 11:33:05 +0300
committerMarek Safar <marek.safar@gmail.com>2010-11-30 16:27:08 +0300
commit3f2369465d6ccdf57bb4fd0c84601d30266e9931 (patch)
treea4e42d7251d3f3150d70f86009a52937c25ad0c3 /mcs/tests/test-792.cs
parent85b1b8fe4cd67b3ec7885a40b138f100cf4d9b5b (diff)
New test
Diffstat (limited to 'mcs/tests/test-792.cs')
-rw-r--r--mcs/tests/test-792.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/test-792.cs b/mcs/tests/test-792.cs
index a8dca5c034a..be77f30e846 100644
--- a/mcs/tests/test-792.cs
+++ b/mcs/tests/test-792.cs
@@ -15,6 +15,7 @@ class Program
void Test2 (IMemberDelayed md)
{
md.Working ();
+ var t = typeof (IMemberDelayed);
}
static void Main ()