-
-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Description
The Issue 14 Tests do not work, cause the "Type" Property of Light Expression returns wrong Type.
For Example, If you create a Expression via Expression.Equals(a,b) the return Type of the BinaryExpression in MS Expressions is "bool", in FastExpression compiler it's something different depending on the compared object!
dadhi