mirror of
https://github.com/helix-editor/helix
synced 2026-07-29 11:50:02 +02:00
7 lines
73 B
C#
7 lines
73 B
C#
class C {
|
|
void M() {
|
|
Invokeit();
|
|
// ^ @function
|
|
}
|
|
}
|