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
package play
assert_equals(a,b) { a == b }
else = false { print(a, "does not equal", b) }
test_foo {
assert_equals(1, 2)
}
Because the compiler uses WalkBodies on the rule, it's encountering the body of the else statement before it's processed the implicit args of the else statement.