aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0021_incomplete_param.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-02 17:33:21 +0100
committerAleksey Kladov <[email protected]>2019-09-02 18:15:51 +0100
commit470fc4765cd3ccc764d3265034d18766374371aa (patch)
tree8940c7e976106d64f766afbbcb7ddab489ce9485 /crates/ra_syntax/test_data/parser/err/0021_incomplete_param.txt
parent3c2dea7f55830ba2391e5eb8525cdbb43ac666c2 (diff)
update test data
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0021_incomplete_param.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0021_incomplete_param.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0021_incomplete_param.txt b/crates/ra_syntax/test_data/parser/err/0021_incomplete_param.txt
index c125a0bc9..333782480 100644
--- a/crates/ra_syntax/test_data/parser/err/0021_incomplete_param.txt
+++ b/crates/ra_syntax/test_data/parser/err/0021_incomplete_param.txt
@@ -25,10 +25,11 @@ SOURCE_FILE@[0; 22)
25 IDENT@[15; 16) "y" 25 IDENT@[15; 16) "y"
26 R_PAREN@[16; 17) ")" 26 R_PAREN@[16; 17) ")"
27 WHITESPACE@[17; 18) " " 27 WHITESPACE@[17; 18) " "
28 BLOCK@[18; 21) 28 BLOCK_EXPR@[18; 21)
29 L_CURLY@[18; 19) "{" 29 BLOCK@[18; 21)
30 WHITESPACE@[19; 20) "\n" 30 L_CURLY@[18; 19) "{"
31 R_CURLY@[20; 21) "}" 31 WHITESPACE@[19; 20) "\n"
32 R_CURLY@[20; 21) "}"
32 WHITESPACE@[21; 22) "\n" 33 WHITESPACE@[21; 22) "\n"
33error 16: expected COLON 34error 16: expected COLON
34error 16: expected type 35error 16: expected type