Skip to content

Provide additional commentary on property pattern#1728

Open
jskeet wants to merge 1 commit into
draft-v8from
issue-1653
Open

Provide additional commentary on property pattern#1728
jskeet wants to merge 1 commit into
draft-v8from
issue-1653

Conversation

@jskeet

@jskeet jskeet commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

if (s is var x2) and if (s is {} x2) look similar; this change explicitly notes the difference.

Definitely open to suggestions of changing where this occurs or how it's expressed. This felt like a minimalist change, which I suspect is all that's required.

Fixes #1653

`if (s is var x2)` and `if (s is {} x2)` look similar; this change explicitly notes the difference.

Definitely open to suggestions of changing where this occurs or how it's expressed. This felt like a minimalist change, which I *suspect* is all that's required.

Fixes #1653
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.

Expand example for Property pattern

1 participant