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