Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ script {
b"hello"; // value is discarded
}
}
}
Copy link

Copilot AI May 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verify that the added closing brace correctly resolves the intended block structure; any mismatch could lead to unintended behavior in the code sample.

Copilot uses AI. Check for mistakes.
```

But! If the expression contains a resource (a value without the `drop` [ability](abilities.mdx)),
Expand Down