More fixes for implicit conversions of nullable types with nullable arguments
authorMarek Safar <marek.safar@gmail.com>
Tue, 12 Oct 2010 17:06:11 +0000 (18:06 +0100)
committerMarek Safar <marek.safar@gmail.com>
Tue, 12 Oct 2010 17:07:59 +0000 (18:07 +0100)
commit502c2e663180ca034b7e68de53c9b974c88d7e43
tree2a5a4902bf00ee05fb1ceb78498f5c7c2bde4ad6
parent797b9b8282533dc5529ea7f1573f0b2b47aa288b
More fixes for implicit conversions of nullable types with nullable arguments
mcs/errors/cs0457-3.cs [new file with mode: 0644]
mcs/errors/gcs0019-20.cs [new file with mode: 0644]
mcs/mcs/convert.cs
mcs/mcs/nullable.cs
mcs/tests/gtest-452.cs [new file with mode: 0644]
mcs/tests/gtest-537.cs [new file with mode: 0644]