Skip to content

Comparison operator will be failed with an integer on LHS and a variable(double) on RHS. #256

@Kray-G

Description

@Kray-G

There is a condition which an comparison is failed.
It was good in the past, so the code seems to be broken somewhere.

function x(a) { return 10 <= a; }
System.println(x(10.5));

The fix will be also applied back to the 1.0.0.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions