aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0005_function_type_params.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0005_function_type_params.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0005_function_type_params.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0005_function_type_params.txt b/crates/ra_syntax/test_data/parser/inline/ok/0005_function_type_params.txt
index c1a70d566..8ae7909f9 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0005_function_type_params.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0005_function_type_params.txt
@@ -31,7 +31,8 @@ SOURCE_FILE@[0; 28)
31 PARAM_LIST@[23; 25) 31 PARAM_LIST@[23; 25)
32 L_PAREN@[23; 24) "(" 32 L_PAREN@[23; 24) "("
33 R_PAREN@[24; 25) ")" 33 R_PAREN@[24; 25) ")"
34 BLOCK@[25; 27) 34 BLOCK_EXPR@[25; 27)
35 L_CURLY@[25; 26) "{" 35 BLOCK@[25; 27)
36 R_CURLY@[26; 27) "}" 36 L_CURLY@[25; 26) "{"
37 R_CURLY@[26; 27) "}"
37 WHITESPACE@[27; 28) "\n" 38 WHITESPACE@[27; 28) "\n"