Skip to content

Commit b09d81d

Browse files
committed
fix(test): syntax error
1 parent 13a28f6 commit b09d81d

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
@@ -10775,7 +10775,7 @@ fn annotate_all_top_level_definitions_already_annotated() {
1077510775
r#"
1077610776
pub const answer: Int = 42
1077710777
10778-
pub fn add_two(thing: Int) -> {
10778+
pub fn add_two(thing: Int) -> Int {
1077910779
thing + 2
1078010780
}
1078110781

0 commit comments

Comments
 (0)