You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This throws an exception with the following warning: org.codehaus.janino.JaninoRuntimeException: Incompatible return types
This can be reproduced with the following code
val action = core.eq(inputExpr, "cat")
val pfaDoc = new PFABuilder()
.withInput[String]
.withOutput[Boolean]
.withAction(action)
.pfa
val engine = getPFAEngine(pfaDoc.toJSON())
engine.action(engine.jsonInput("cat"))
The text was updated successfully, but these errors were encountered:
This throws an exception with the following warning:
org.codehaus.janino.JaninoRuntimeException: Incompatible return types
This can be reproduced with the following code
The text was updated successfully, but these errors were encountered: