-
-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Labels
bugAn unexpected problem or unintended behavior of the CoreAn unexpected problem or unintended behavior of the Core
Description
oH 4.3.0.M5
var wIL = true // val is the same
val xx = [ |
if (wIL) {logInfo("x","x");}
true]
rule "x" when
System started
then
xx.apply();
end
The rule is executed without an error message even though the variable is not defined within the lambda, but the global variable is correctly not recognized within the lambda either. If I delete the variable I get a corresponding message during execution.
Metadata
Metadata
Assignees
Labels
bugAn unexpected problem or unintended behavior of the CoreAn unexpected problem or unintended behavior of the Core