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

10 lines
168 B
Plaintext

component App() {
// ^ @function
let x = obj.field;
// ^ @variable.other.member
obj.method(1);
// ^ @function.method
foo(2);
//^ @function
}