Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0190_generic_arg.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0190_generic_arg.rast | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0190_generic_arg.rast b/crates/syntax/test_data/parser/inline/ok/0190_generic_arg.rast new file mode 100644 index 0000000000..c41d29071b --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0190_generic_arg.rast @@ -0,0 +1,25 @@ + [email protected] "type" + [email protected] " " + [email protected] "T" + [email protected] " " + [email protected] "=" + [email protected] " " + [email protected] "S" + [email protected] "<" + [email protected] "i32" + [email protected] ">" + [email protected] ";" + [email protected] "\n" |