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>2017-10-03 16:27:11 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-03 18:01:58 +0300
commit1004d95b6b70e8b67a2b6782e0832faab9fa269a (patch)
tree73b2be1f8ccdaf2bbed0fcbd295edb971eb26a38 /mcs/tests/ver-il-net_4_x.xml
parent1bcf21e0480acf5dc4d68bf4e8b700217e35eb92 (diff)
[mcs] Implements C# 7.2 readonly structs
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index 16a62d1ce87..636afd18a00 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -72668,6 +72668,25 @@
</method>
</type>
</test>
+ <test name="test-readonly-01.cs">
+ <type name="S">
+ <method name="Void add_e(System.Action)" attrs="2193">
+ <size>40</size>
+ </method>
+ <method name="Void remove_e(System.Action)" attrs="2193">
+ <size>40</size>
+ </method>
+ <method name="Int32 get_Prop()" attrs="2193">
+ <size>13</size>
+ </method>
+ <method name="Void set_Prop(Int32)" attrs="2193">
+ <size>7</size>
+ </method>
+ <method name="Void Main()" attrs="150">
+ <size>2</size>
+ </method>
+ </type>
+ </test>
<test name="test-ref-01.cs">
<type name="X">
<method name="Void Main()" attrs="150">