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

8 lines
198 B
Rust

fn m() {
let r = a.b.c().d.e();
// ^ @variable.other.member
// ^ @function.method
// ^ @variable.other.member
// ^ @function.method
}