opa-idea-plugin icon indicating copy to clipboard operation
opa-idea-plugin copied to clipboard

Comparison after `with` not recognized

Open anderseknert opened this issue 1 year ago • 0 comments

Actual Behavior

Screenshot 2023-04-12 at 21 41 03

Expected Behavior

Comparison after with should be valid.

How To Reproduce

package t

allow := input.yes == true

test_me {
	allow with input.yes as true == true
}

anderseknert avatar Apr 12 '23 19:04 anderseknert