mirror of
https://github.com/helix-editor/helix
synced 2026-07-28 11:30:52 +02:00
7 lines
81 B
Kotlin
7 lines
81 B
Kotlin
fun g() {
|
|
invokeit()
|
|
// ^ @function
|
|
obj.doThing()
|
|
// ^ @function
|
|
}
|