Backwards-compatible wrapper for callers that don't know the parent_class * context. Used by cbm_run_java_lsp_cross. */
| 3175 | /* Backwards-compatible wrapper for callers that don't know the parent_class |
| 3176 | * context. Used by cbm_run_java_lsp_cross. */ |
| 3177 | static const CBMType *parse_param_text(CBMArena *a, const char *text, const char *module_qn) { |
| 3178 | return parse_param_text_full(a, text, NULL, module_qn, NULL); |
| 3179 | } |
| 3180 | |
| 3181 | typedef struct { |
| 3182 | const char *parent_class; |
no test coverage detected