]
Toshiya Kobayashi commented on DROOLS-4924:
-------------------------------------------
Fixed by
LambdaConsequence without bind variable is not materialized
-----------------------------------------------------------
Key: DROOLS-4924
URL:
https://issues.redhat.com/browse/DROOLS-4924
Project: Drools
Issue Type: Bug
Components: executable model
Reporter: Toshiya Kobayashi
Assignee: Toshiya Kobayashi
Priority: Major
Fix For: 7.33.0.Final
LambdaConsequence like this is not materialized.
{code:java}
D.execute(() -> {
System.out.println("Hello");
}
{code}