Commit 186706b
committed
fix: mark function pointer types as stubs
Function pointer types are synthetic types created during dependency
resolution, not types directly loaded from assemblies. Setting
isStub=true ensures they are correctly classified as referenced
types rather than primary architecture types.
Signed-off-by: Alexander Linne <alexander.linne@tngtech.com>1 parent 05f6269 commit 186706b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
0 commit comments