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.txt22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index 447b1ed3f..000000000
--- a/tests/data/parser/inline/0030_fn_pointer_type_with_ret.txt
+++ /dev/null
@@ -1,22 +0,0 @@
1FILE@[0; 21)
2 TYPE_ITEM@[0; 20)
3 TYPE_KW@[0; 4)
4 WHITESPACE@[4; 5)
5 NAME@[5; 6)
6 IDENT@[5; 6) "F"
7 WHITESPACE@[6; 7)
8 EQ@[7; 8)
9 WHITESPACE@[8; 9)
10 FN_POINTER_TYPE@[9; 19)
11 FN_KW@[9; 11)
12 PARAM_LIST@[11; 13)
13 L_PAREN@[11; 12)
14 R_PAREN@[12; 13)
15 WHITESPACE@[13; 14)
16 THIN_ARROW@[14; 16)
17 WHITESPACE@[16; 17)
18 TUPLE_TYPE@[17; 19)
19 L_PAREN@[17; 18)
20 R_PAREN@[18; 19)
21 SEMI@[19; 20)
22 WHITESPACE@[20; 21)