Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0177_use_tree.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0177_use_tree.rast | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0177_use_tree.rast b/crates/syntax/test_data/parser/inline/ok/0177_use_tree.rast new file mode 100644 index 0000000000..978d2963e8 --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0177_use_tree.rast @@ -0,0 +1,30 @@ + [email protected] "use" + [email protected] " " + [email protected] "outer" + [email protected] "::" + [email protected] "tree" + [email protected] "::" + [email protected] "{" + [email protected] "inner" + [email protected] "::" + [email protected] "tree" + [email protected] "}" + [email protected] ";" + [email protected] "\n" |