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 03:27:20 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-03 12:23:18 +0300
commitadaf7fd65b9a53a8e127d41bf430e56001c6e472 (patch)
tree283b83d163fdafd6febc57008cc56f615fd1baad /mcs/tests/ver-il-net_4_x.xml
parent9369ed6e23ee9e822a3aa2318ed55f083241fbcb (diff)
[mcs] Allow properties and indexers of by-ref values to be set without setter
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index b111a7e3c5a..16a62d1ce87 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -72780,6 +72780,22 @@
</method>
</type>
</test>
+ <test name="test-ref-06.cs">
+ <type name="X">
+ <method name="Int32 Main()" attrs="150">
+ <size>71</size>
+ </method>
+ <method name="Int32&amp; get_Item(Int32)" attrs="2177">
+ <size>14</size>
+ </method>
+ <method name="Int32&amp; get_Prop()" attrs="2177">
+ <size>14</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ </test>
<test name="test-static-using-01.cs">
<type name="A.B.X">
<method name="Int32 Test()" attrs="150">