]
Toshiya Kobayashi updated DROOLS-4924:
--------------------------------------
Sprint: (was: 2020 Week 04-06 (from Jan 20))
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}