mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 14:27:07 +02:00
7 lines
80 B
R
7 lines
80 B
R
f <- function() {
|
|
helper(1)
|
|
# ^ @function
|
|
pkg::func(2)
|
|
# ^ @function
|
|
}
|