[mcs] Implements null operator used from both outer and inner expression of the state...
authorMarek Safar <marek.safar@gmail.com>
Thu, 3 Sep 2015 08:56:38 +0000 (10:56 +0200)
committerMarek Safar <marek.safar@gmail.com>
Thu, 3 Sep 2015 08:58:03 +0000 (10:58 +0200)
commit74ef8f7504c9a672a63cf67c8be1776904235969
tree3fa6a2fc9319a38601b6b51e50ad652d73da686f
parent7885210529d438517cfee98494d51566db56170e
[mcs] Implements null operator used from both outer and inner expression of the statement. Fixes #33341
12 files changed:
mcs/errors/cs0165-53.cs [new file with mode: 0644]
mcs/errors/cs0165-54.cs [new file with mode: 0644]
mcs/errors/cs0165-55.cs [new file with mode: 0644]
mcs/errors/cs0176-8.cs [new file with mode: 0644]
mcs/errors/cs1503-18.cs [new file with mode: 0644]
mcs/mcs/context.cs
mcs/mcs/delegate.cs
mcs/mcs/ecore.cs
mcs/mcs/expression.cs
mcs/tests/test-null-operator-16.cs [new file with mode: 0644]
mcs/tests/test-null-operator-17.cs [new file with mode: 0644]
mcs/tests/ver-il-net_4_x.xml