mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 14:27:07 +02:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
module a::m {
|
|
fun f(o: S) {
|
|
let x = o.val;
|
|
// ^ @variable.other.member
|
|
let y = vector::length(&o);
|
|
// ^ @function
|
|
}
|
|
}
|