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>2018-07-10 17:55:35 +0300
committerMarek Safar <marek.safar@gmail.com>2018-07-11 14:31:30 +0300
commit2a33d61581948af95dcb1da059cfe4df0c5b3a59 (patch)
tree4bd15fe45594fafdd621d54aaf17fa1bd88eb86d /mcs/tests/ver-il-net_4_x.xml
parentbe695bc5300b6f64916907eda7b21f6614a96738 (diff)
[mcs] Implements awaited expression check for indirections
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 a91a290814f..47ad33497ca 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -73439,6 +73439,22 @@
</method>
</type>
</test>
+ <test name="test-ref-12.cs">
+ <type name="X">
+ <method name="Void Main()" attrs="150">
+ <size>16</size>
+ </method>
+ <method name="Int32&amp; Foo(Byte ByRef)" attrs="145">
+ <size>14</size>
+ </method>
+ <method name="Void Bar(Int32 ByRef)" attrs="145">
+ <size>2</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">