Skip to content

Conversation

juleswritescode
Copy link
Collaborator

@juleswritescode juleswritescode commented Jun 9, 2025

Fixes #354

It was very easy to use the nested statement, great job @psteinroe !!!

Screenshot 2025-06-09 at 12 16 55

@juleswritescode juleswritescode requested a review from psteinroe June 9, 2025 10:18
StatementId::Root(_) => false,
StatementId::Child(child_root) => match maybe_parent {
StatementId::Root(parent_rood) => child_root == parent_rood,
// TODO: can we have multiple nested statements?
Copy link
Collaborator

Choose a reason for hiding this comment

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

nope

@juleswritescode juleswritescode merged commit ad22ef5 into main Jun 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No autocompletion inside function bodies

2 participants