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
Expect block children to be of type Void. Add discard opcode with signature T -> void that can be used to place nodes in a block and do nothing with them. Consider allowing tests to have implicit discards.
The text was updated successfully, but these errors were encountered:
Expect block children to be of type
Void
. Adddiscard
opcode with signatureT -> void
that can be used to place nodes in a block and do nothing with them. Consider allowing tests to have implicit discards.The text was updated successfully, but these errors were encountered: