sourcegraph / cody

AI that knows your entire codebase
https://cody.dev
Apache License 2.0
2.25k stars 215 forks source link

Agent: fix bug related to `extends`/`implements` #4622

Closed olafurpg closed 2 weeks ago

olafurpg commented 2 weeks ago

Previously, the generated code didn't compile because it used implements instead of extends.

Test plan

Manually confirm that the Eclipse plugin compiles.