mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 15:02:59 +02:00
8 lines
198 B
Rust
8 lines
198 B
Rust
fn m() {
|
|
let r = a.b.c().d.e();
|
|
// ^ @variable.other.member
|
|
// ^ @function.method
|
|
// ^ @variable.other.member
|
|
// ^ @function.method
|
|
}
|