tree-sitter-tiger/test/indent/functions.tig

14 lines
151 B
Text

primitive long_parameter_list(
a: int,
b: string,
c: type
)
function f() =
(
long_parameter_list(
1,
"2",
nil
)
)