Files
2026-06-20 14:49:53 +09:00

7 lines
80 B
R

f <- function() {
helper(1)
# ^ @function
pkg::func(2)
# ^ @function
}