You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.InvalidCastException : Unable to cast object of type 'NFun.Runtime.Arrays.EnumerableFunnyArray' to type 'System.IComparable'.
at NFun.Functions.LessFunction.Calc(Object arg1, Object arg2) in /Users/Iurii.Sukhanov/Code/NFun/src/NFun/Functions/ComparationFunctions.cs:line 52
at NFun.Interpretation.Functions.GenericFunctionWithTwoArguments.ConcreteImplementationWithTwoArgs.Calc(Object a, Object b) in /Users/Iurii.Sukhanov/Code/NFun/src/NFun/Interpretation/Functions/GenericFunctionWithTwoArguments.cs:line 39
at NFun.Interpretation.Nodes.FunOfTwoArgsExpressionNode.Calc() in /Users/Iurii.Sukhanov/Code/NFun/src/NFun/Interpretation/Nodes/FunOfTwoArgsExpressionNode.cs:line 25
The text was updated successfully, but these errors were encountered:
Causes
The text was updated successfully, but these errors were encountered: