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-11-17 15:05:24 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-20 14:22:48 +0300
commite5a8111a648c091d24d30a2a44873f378b193e71 (patch)
treec763df7f37f4e8c06df2b05f1045643110ddd860 /mcs/tests/ver-il-net_4_x.xml
parent1d7ec6a3d7f35302353633f0d3e94b4e3b1d2edf (diff)
[mcs] Better typed-ref deconstruction for indexers. Fixes #60680
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index 88e95659726..d4d18e5def7 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -72906,6 +72906,49 @@
</method>
</type>
</test>
+ <test name="test-ref-08.cs">
+ <type name="ClassLibrary1.C">
+ <method name="Void MM()" attrs="129">
+ <size>60</size>
+ </method>
+ <method name="Void Main()" attrs="150">
+ <size>245</size>
+ </method>
+ <method name="Int32&amp; Add2(Int32 ByRef, Int32)" attrs="150">
+ <size>10</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ <method name="Void .cctor()" attrs="6289">
+ <size>12</size>
+ </method>
+ </type>
+ <type name="ClassLibrary1.C+B">
+ <method name="Int32&amp; get_Item(Int32)" attrs="2182">
+ <size>15</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ <type name="ClassLibrary1.C+Gen`1[T]">
+ <method name="T&amp; get_Item(Int32)" attrs="2182">
+ <size>15</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ <type name="ClassLibrary1.C+BB">
+ <method name="Val&amp; get_Item(Int32)" attrs="2182">
+ <size>15</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">