Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(kotlin): update null safety in GoFullIdentListener.kt
Avoid potential null pointer exceptions by using safe call operator on typeDef references within the buildTypeSpec function. This change ensures the code is more robust when dealing with optional types.
- Loading branch information