Files
helix/tests/query/highlights/d/members.d
2026-06-20 14:49:53 +09:00

7 lines
115 B
D

void f(Obj o) {
auto x = o.field;
// ^ @variable.other.member
o.method(1);
// ^ @function
}