]
Toshiya Kobayashi reassigned DROOLS-4924:
-----------------------------------------
Assignee: Toshiya Kobayashi (was: Luca Molteni)
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
LambdaConsequence like this is not materialized.
{code:java}
D.execute(() -> {
System.out.println("Hello");
}
{code}