Files
2026-06-20 14:49:53 +09:00

9 lines
148 B
Plaintext

fn main() {
obj.doThing();
// ^ @function
let x = obj.field;
// ^ @variable.other.member
helper(1);
// ^ @function
}