aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0030_fn_pointer_type_with_ret.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser/inline/0030_fn_pointer_type_with_ret.txt')
-rw-r--r--tests/data/parser/inline/0030_fn_pointer_type_with_ret.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/data/parser/inline/0030_fn_pointer_type_with_ret.txt b/tests/data/parser/inline/0030_fn_pointer_type_with_ret.txt
index b41efa368..a72af3f09 100644
--- a/tests/data/parser/inline/0030_fn_pointer_type_with_ret.txt
+++ b/tests/data/parser/inline/0030_fn_pointer_type_with_ret.txt
@@ -9,9 +9,10 @@ FILE@[0; 21)
9 FN_POINTER_TYPE@[8; 19) 9 FN_POINTER_TYPE@[8; 19)
10 WHITESPACE@[8; 9) 10 WHITESPACE@[8; 9)
11 FN_KW@[9; 11) 11 FN_KW@[9; 11)
12 L_PAREN@[11; 12) 12 PARAM_LIST@[11; 14)
13 R_PAREN@[12; 13) 13 L_PAREN@[11; 12)
14 WHITESPACE@[13; 14) 14 R_PAREN@[12; 13)
15 WHITESPACE@[13; 14)
15 THIN_ARROW@[14; 16) 16 THIN_ARROW@[14; 16)
16 TUPLE_TYPE@[16; 19) 17 TUPLE_TYPE@[16; 19)
17 WHITESPACE@[16; 17) 18 WHITESPACE@[16; 17)