Closed anakrish closed 2 months ago
The following incorrectly evaluates x to Undefined instead of 2.
package test import rego.v1 x := y if { true } else := 2 if { true } y if false
The following incorrectly evaluates x to Undefined instead of 2.