mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
10 lines
151 B
Java
10 lines
151 B
Java
class C {
|
|
int m() {
|
|
invokeit();
|
|
// ^ @function.method
|
|
obj.doThing();
|
|
// ^ @function.method
|
|
return 0;
|
|
}
|
|
}
|