Skip to content

Commit b61df44

Browse files
committed
fix(test): syntax error
1 parent ace427b commit b61df44

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
@@ -10806,7 +10806,7 @@ fn annotate_all_top_level_definitions_already_annotated() {
1080610806
r#"
1080710807
pub const answer: Int = 42
1080810808
10809-
pub fn add_two(thing: Int) -> {
10809+
pub fn add_two(thing: Int) -> Int {
1081010810
thing + 2
1081110811
}
1081210812

0 commit comments

Comments
 (0)