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
KontrolSystem.TO2.Runtime.REPLException: <inline>(1, 24): Type 'Option<int>' does not have a method or field 'to_string'
at KontrolSystem.TO2.AST.MethodCall.Eval (KontrolSystem.TO2.Runtime.REPLContext context) [0x0037c] in <1dc95836ef154e7482cf2c01ca73c2e8>:0
at KontrolSystem.TO2.AST.Block+REPLBlockEval.PollValue () [0x0002d] in <1dc95836ef154e7482cf2c01ca73c2e8>:0
at KontrolSystem.KSP.Runtime.KSPUI.Builtin.REPLExpression.Run (System.String expression) [0x0011d] in <aa4b85f6cc974d628372a13d00851de8>:0
at KontrolSystem.KSP.Runtime.KSPUI.Builtin.ConsoleWindow.OnRunCommand () [0x0005a] in <aa4b85f6cc974d628372a13d00851de8>:0
The text was updated successfully, but these errors were encountered:
Version: 0.5.7.9
On the REPL:
(if (1 < 0) 12 else 34).to_string()
Expected result:
"34"
Actual result:
The text was updated successfully, but these errors were encountered: