mirror of
https://github.com/helix-editor/helix
synced 2026-08-08 15:44:15 +02:00
7 lines
68 B
Dart
7 lines
68 B
Dart
class C {
|
|
void m() {
|
|
invokeit();
|
|
// ^ @function.method
|
|
}
|
|
}
|