aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0050_fn_decl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0050_fn_decl.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/inline/ok/0050_fn_decl.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0050_fn_decl.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0050_fn_decl.txt
deleted file mode 100644
index 19f961e29..000000000
--- a/crates/ra_syntax/tests/data/parser/inline/ok/0050_fn_decl.txt
+++ /dev/null
@@ -1,22 +0,0 @@
1SOURCE_FILE@[0; 22)
2 TRAIT_DEF@[0; 21)
3 TRAIT_KW@[0; 5) "trait"
4 WHITESPACE@[5; 6) " "
5 NAME@[6; 7)
6 IDENT@[6; 7) "T"
7 WHITESPACE@[7; 8) " "
8 ITEM_LIST@[8; 21)
9 L_CURLY@[8; 9) "{"
10 WHITESPACE@[9; 10) " "
11 FN_DEF@[10; 19)
12 FN_KW@[10; 12) "fn"
13 WHITESPACE@[12; 13) " "
14 NAME@[13; 16)
15 IDENT@[13; 16) "foo"
16 PARAM_LIST@[16; 18)
17 L_PAREN@[16; 17) "("
18 R_PAREN@[17; 18) ")"
19 SEMI@[18; 19) ";"
20 WHITESPACE@[19; 20) " "
21 R_CURLY@[20; 21) "}"
22 WHITESPACE@[21; 22) "\n"