feelin icon indicating copy to clipboard operation
feelin copied to clipboard

Support FEEL compliant instance of

Open nikku opened this issue 4 years ago • 0 comments

Describe the solution

Null safety

null instance of Any = false
null instance of boolean = false

Recognize all built-in types:

date("FOO") instance of date = true

Additional Context

Required to pass 50+ additional DMN TCK tests.

nikku avatar Jan 14 '20 07:01 nikku