| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Three unrelated cleanups in inject, inject-python and inject-kotlin (#13003) * Drop the unused kind parameter of resolveInterceptorAnnotationValues The parameter had a single call site, which passed null, so the kind == null branch was the only one ever taken and the comparison against the "kind" member was unreachable. Remove the parameter and keep the unconditional collection of the bindings. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * Restore the indentation of three generated-constructor calls Three builder.addMethod( calls were shifted out of alignment with their enclosing blocks by 67fc1e63f9, 2896fa0e15 and 019dc0b182, each of which moved only the call line and left the argument list where it was. Move the three lines back so they line up with the blocks they sit in and with their own arguments again. Whitespace only: the generated stubs are unchanged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * Remove the empty init block of KotlinVisitorContext The block was emptied by 0663b01d52 ("Memoize repeated Resolver calls") and has done nothing since. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com> | 12 小时前 | |
exclude transitive bc dep (#12904) | 15 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 12 小时前 | ||
| 15 天前 |