mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 02:52:59 +02:00
7 lines
115 B
D
7 lines
115 B
D
void f(Obj o) {
|
|
auto x = o.field;
|
|
// ^ @variable.other.member
|
|
o.method(1);
|
|
// ^ @function
|
|
}
|