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-01-16 15:10:20 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-17 16:43:18 +0300
commitc282af6df5ffbc7fc4ec2ab857299c8d455f9d72 (patch)
tree9a93083743e40585b303b1f9f5a90ad584874e13 /mcs/tests/ver-il-net_4_x.xml
parent3f372d06eeb4b924a26871c91a2100205fb10550 (diff)
[mcs] Implements C# 7.0 discards
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index 78e6782767e..faa5d1f780b 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -68790,6 +68790,30 @@
</method>
</type>
</test>
+ <test name="test-discards-01.cs">
+ <type name="X">
+ <method name="Void Main()" attrs="150">
+ <size>63</size>
+ </method>
+ <method name="Boolean TryGetValue(Int32 ByRef)" attrs="145">
+ <size>13</size>
+ </method>
+ <method name="Int32 TestValue()" attrs="145">
+ <size>10</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ <type name="X+&lt;Main&gt;c__AnonStorey0">
+ <method name="System.Object &lt;&gt;m__0()" attrs="131">
+ <size>25</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ </test>
<test name="test-ex-filter-01.cs">
<type name="X">
<method name="Int32 Main()" attrs="150">