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
There are a couple of issues here: firstly the foo field name is quoted so can't be referred to.
Secondly, the foo field is optional so can't be referred to anyway.
The text was updated successfully, but these errors were encountered:
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
Yes (v0.10.0)
What did you do?
What did you expect to see?
Passing test.
What did you see instead?
There are a couple of issues here: firstly the
foo
field name is quoted so can't be referred to.Secondly, the
foo
field is optional so can't be referred to anyway.The text was updated successfully, but these errors were encountered: