Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/err/0021_incomplete_param.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/err/0021_incomplete_param.rast | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/syntax/test_data/parser/err/0021_incomplete_param.rast b/crates/syntax/test_data/parser/err/0021_incomplete_param.rast index 901490fa2f..e2b6a3fd7e 100644 --- a/crates/syntax/test_data/parser/err/0021_incomplete_param.rast +++ b/crates/syntax/test_data/parser/err/0021_incomplete_param.rast @@ -26,8 +26,9 @@ [email protected] - [email protected] "{" - [email protected] "\n" - [email protected] "}" + [email protected] "{" + [email protected] "\n" + [email protected] "}" [email protected] "\n" error 16..16: missing type for function parameter |