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-12-21 18:00:29 +0300
committerMarek Safar <marek.safar@gmail.com>2017-12-21 19:47:13 +0300
commit8d36d250bcf77d20f34c8e68441f574e0aef0445 (patch)
tree122af9117be58b0135f33c4839e794fa2720e7e3 /mcs/tests/ver-il-net_4_x.xml
parent9cfdeb1a2eadab73a9164ddafd7397b64bc337a9 (diff)
[mcs] Adds parser support for readonly ref syntax
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index 9f287abf470..e4156fbdb05 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -72819,6 +72819,36 @@
</method>
</type>
</test>
+ <test name="test-readonly-02.cs">
+ <type name="D">
+ <method name="Int32&amp; Invoke(Int32)" attrs="454">
+ <size>0</size>
+ </method>
+ <method name="System.IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)" attrs="454">
+ <size>0</size>
+ </method>
+ <method name="Int32&amp; EndInvoke(System.IAsyncResult)" attrs="454">
+ <size>0</size>
+ </method>
+ <method name="Void .ctor(Object, IntPtr)" attrs="6278">
+ <size>0</size>
+ </method>
+ </type>
+ <type name="X">
+ <method name="Void Main()" attrs="150">
+ <size>2</size>
+ </method>
+ <method name="System.Guid&amp; TestMethod()" attrs="129">
+ <size>15</size>
+ </method>
+ <method name="System.Guid&amp; get_TestProp()" attrs="2177">
+ <size>17</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ </test>
<test name="test-ref-01.cs">
<type name="X">
<method name="Void Main()" attrs="150">