Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(goast): add test case for resolving struct field types
This commit adds a new test case to the GoFullIdentListenerTest file. The test checks the correct resolution of struct field types and function calls within a given Go code snippet. It ensures that the analysis correctly identifies the function name, number of parameters, and the node name of the function call.
- Loading branch information