better handling of null and simple expression null checking.

This commit is contained in:
David Lebée
2018-04-14 23:26:42 -05:00
parent 904d3c9945
commit 62fa1a4d21
4 changed files with 20 additions and 7 deletions
@@ -15,7 +15,7 @@ namespace PoweredSoft.DynamicLinq.ConsoleApp
static void Main(string[] args)
{
var selectTests = new SelectTests();
selectTests.SelectNullChecking();
selectTests.SelectNullChecking2();
}
}