Commit a68e887
committed
Fix compilation error: remove extra _semanticModel argument from GetMyClassAccessedNames call
The method was changed to instance method using _semanticModel directly, but
the call site still passed _semanticModel as an argument causing a compilation error.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent f29af8b commit a68e887
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
0 commit comments