| 1867 | } |
| 1868 | |
| 1869 | static void java_emit_unresolved_reference(JavaLSPContext *ctx, const char *expr_text, |
| 1870 | const char *reason) { |
| 1871 | java_emit_unresolved_kind(ctx, expr_text, reason, CBM_RESOLVED_CALL_REFERENCE); |
| 1872 | } |
| 1873 | |
| 1874 | static void java_emit_unresolved_reference_at(JavaLSPContext *ctx, const char *expr_text, |
| 1875 | const char *reason, TSNode site) { |
no test coverage detected