Files
helix/tests/query/highlights/rust/edge.rs
2026-06-20 14:49:53 +09:00

11 lines
255 B
Rust

fn m() {
obj.first().second();
// ^ @function.method
// ^ @function.method
let n = outer(inner(x));
// ^ @function
// ^ @function
let f = build().field;
// ^ @variable.other.member
}