mirror of
https://github.com/helix-editor/helix
synced 2026-07-31 12:57:07 +02:00
11 lines
151 B
C#
11 lines
151 B
C#
class Box {
|
|
// ^ @type
|
|
void M() {
|
|
// ^ @function
|
|
Helper(1);
|
|
// ^ @function
|
|
obj.Do();
|
|
// ^ @function
|
|
}
|
|
}
|