inst/example/test_4.R

# Comments at the start
# Comments at the start 2
   # Indented comments
a <- "Lots of quotation marks: \" ' \' \" end"     # trailing comments 1
b <- 'Lots of quotation marks: \' \' " \" end'     # trailing comments 2
c <- function(x = ? numeric) {
    x ? numeric
}
# Comments at the end
# Comments at the end 2
kcf-jackson/typeChecker documentation built on Feb. 19, 2021, 2:29 a.m.