aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0132_default_fn_type.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0132_default_fn_type.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0132_default_fn_type.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0132_default_fn_type.txt b/crates/ra_syntax/test_data/parser/inline/ok/0132_default_fn_type.txt
index 384b203d3..022070b0c 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0132_default_fn_type.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0132_default_fn_type.txt
@@ -47,9 +47,10 @@ SOURCE_FILE@[0; 69)
47 L_PAREN@[61; 62) "(" 47 L_PAREN@[61; 62) "("
48 R_PAREN@[62; 63) ")" 48 R_PAREN@[62; 63) ")"
49 WHITESPACE@[63; 64) " " 49 WHITESPACE@[63; 64) " "
50 BLOCK@[64; 66) 50 BLOCK_EXPR@[64; 66)
51 L_CURLY@[64; 65) "{" 51 BLOCK@[64; 66)
52 R_CURLY@[65; 66) "}" 52 L_CURLY@[64; 65) "{"
53 R_CURLY@[65; 66) "}"
53 WHITESPACE@[66; 67) "\n" 54 WHITESPACE@[66; 67) "\n"
54 R_CURLY@[67; 68) "}" 55 R_CURLY@[67; 68) "}"
55 WHITESPACE@[68; 69) "\n" 56 WHITESPACE@[68; 69) "\n"