| 336 | } |
| 337 | |
| 338 | static void pop_enclosing_class(JavaLSPContext *ctx) { |
| 339 | if (ctx->enclosing_class_depth > 0) |
| 340 | ctx->enclosing_class_depth--; |
| 341 | } |
| 342 | |
| 343 | /* ── Type-AST → CBMType ───────────────────────────────────────────── */ |
| 344 |
no outgoing calls
no test coverage detected