Skip to content

Commit 2787783

Browse files
ankddevlpil
authored andcommitted
fix(test): syntax error
1 parent e924e22 commit 2787783

File tree

1 file changed

+1
-1
lines changed
  • compiler-core/src/language_server/tests

1 file changed

+1
-1
lines changed

compiler-core/src/language_server/tests/action.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11228,7 +11228,7 @@ fn annotate_all_top_level_definitions_already_annotated() {
1122811228
r#"
1122911229
pub const answer: Int = 42
1123011230
11231-
pub fn add_two(thing: Int) -> {
11231+
pub fn add_two(thing: Int) -> Int {
1123211232
thing + 2
1123311233
}
1123411234

0 commit comments

Comments
 (0)