diff options
Diffstat (limited to 'tests/indent/r/func.R')
| -rw-r--r-- | tests/indent/r/func.R | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/r/func.R b/tests/indent/r/func.R index bc184dfb7..2048dd87a 100644 --- a/tests/indent/r/func.R +++ b/tests/indent/r/func.R @@ -10,3 +10,9 @@ foo <- function(x) { ) ) } + +baz <- function(l) { + inner(l, function(x) { + + }) +} |
