mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 02:52:59 +02:00
11 lines
255 B
Rust
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
|
|
}
|