Parent: #50
Depends on
Working unit
Add the Go parser/inference parity test suite after parser and resolver slices land.
Scope
- Mirror Java/Python parity depth where applicable for Go.
- Cover parser calls, return-source inference, resolver-backed inferred types, and graceful degradation.
- Use focused fixtures that keep expected behavior stable.
Out of scope
- No new parser features unless required to fix a failing parity assertion.
- No Tier 0 contract expansion.
Acceptance criteria
- Go parser return sources, resolver/plumbing, and at least one Go contract slice are merged.
go test ./internal/callgraph/... passes.
Parent: #50
Depends on
Working unit
Add the Go parser/inference parity test suite after parser and resolver slices land.
Scope
Out of scope
Acceptance criteria
go test ./internal/callgraph/...passes.