### 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.