Skip to content

Conversation

@ileitch
Copy link
Contributor

@ileitch ileitch commented Dec 20, 2025

Parameters used in closure capture lists (e.g., [captured = param]) were incorrectly reported as unused. The parser now correctly analyzes capture list expressions to detect parameter usage.

Fixes #994

Parameters used in closure capture lists (e.g., [captured = param]) were incorrectly reported as unused. The parser now correctly analyzes capture list expressions to detect parameter usage.

Fixes #994
@ileitch ileitch merged commit 52d27b0 into master Dec 20, 2025
8 of 10 checks passed
@ileitch ileitch deleted the issue-994 branch December 20, 2025 10:18
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.

False positive with capture list

2 participants