| 1315 | } |
| 1316 | |
| 1317 | static const CBMType *eval_method_reference(JavaLSPContext *ctx, TSNode node) { |
| 1318 | /* Same caveat as lambdas; method_reference produces a functional |
| 1319 | * interface. */ |
| 1320 | (void)node; |
| 1321 | return cbm_type_unknown(); |
| 1322 | } |
| 1323 | |
| 1324 | /* ── Statement processing — bind into scope ───────────────────────── */ |
| 1325 |
no test coverage detected