Skip to content

Commit a0b046c

Browse files
committed
fix(test): syntax error
1 parent e2434f4 commit a0b046c

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
@@ -10699,7 +10699,7 @@ fn annotate_all_top_level_definitions_already_annotated() {
1069910699
r#"
1070010700
pub const answer: Int = 42
1070110701
10702-
pub fn add_two(thing: Int) -> {
10702+
pub fn add_two(thing: Int) -> Int {
1070310703
thing + 2
1070410704
}
1070510705

0 commit comments

Comments
 (0)