Commit ffbf719
demo/defer: add FIXME for defer in loop with variable capture issue
When defer in loop captures variables, panic exit causes issues with
preceding defer normal execution. Without variable capture, it works correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 934f152 commit ffbf719
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | | - | |
| 23 | + | |
21 | 24 | | |
| 25 | + | |
22 | 26 | | |
0 commit comments