Think I im ready to test.

This commit is contained in:
David Lebée
2018-04-10 19:29:43 -05:00
parent 8ae2b2313b
commit 3075b565ae
2 changed files with 58 additions and 35 deletions
@@ -25,7 +25,7 @@ namespace PoweredSoft.DynamicLinq.Parser
{
if (groups.Count() == 1)
{
throw new NotImplementedException();
return groups.First().Pieces.Last().Type;
}
var type = groups.Last().Pieces.Last().Type;