[
https://issues.redhat.com/browse/DROOLS-4924?page=com.atlassian.jira.plug...
]
Toshiya Kobayashi commented on DROOLS-4924:
-------------------------------------------
Note: "without bind variable" may not be the only condition. I confirmed a
materialized lambda with some complex RHS without bind variable.
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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)