Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0079_impl_item.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0079_impl_item.rast | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0079_impl_item.rast b/crates/syntax/test_data/parser/inline/ok/0079_impl_item.rast new file mode 100644 index 0000000000..6516a78f83 --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0079_impl_item.rast @@ -0,0 +1,14 @@ + [email protected] "impl" + [email protected] " " + [email protected] "S" + [email protected] " " + [email protected] "{" + [email protected] "}" + [email protected] "\n" |