Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0182_lifetime_param.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0182_lifetime_param.rast | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0182_lifetime_param.rast b/crates/syntax/test_data/parser/inline/ok/0182_lifetime_param.rast new file mode 100644 index 0000000000..0eb7361ce4 --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0182_lifetime_param.rast @@ -0,0 +1,24 @@ + [email protected] "fn" + [email protected] " " + [email protected] "f" + [email protected] "<" + [email protected] "'a" + [email protected] ":" + [email protected] " " + [email protected] "'b" + [email protected] ">" + [email protected] "(" + [email protected] ")" + [email protected] " " + [email protected] "{" + [email protected] "}" + [email protected] "\n" |