From f66a911a953729f79b1e523a5e950dfdece39902 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 29 Aug 2022 23:31:11 +0200 Subject: highlights(ecma): use `@method.call`/`function.call` --- tests/query/highlights/ecma/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/query/highlights/ecma/test.ts b/tests/query/highlights/ecma/test.ts index e3c73d6a..03081fb2 100644 --- a/tests/query/highlights/ecma/test.ts +++ b/tests/query/highlights/ecma/test.ts @@ -15,11 +15,11 @@ class H { public_method() { // ^ method return this.#private_method(); - // ^ method + // ^ method.call } ok() { return this.public_method(); - // ^ method + // ^ method.call } } -- cgit v1.2.3