Skip to content

Commit eed04b3

Browse files
committed
fix(test): syntax error
1 parent ef53083 commit eed04b3

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
@@ -10748,7 +10748,7 @@ fn annotate_all_top_level_definitions_already_annotated() {
1074810748
r#"
1074910749
pub const answer: Int = 42
1075010750
10751-
pub fn add_two(thing: Int) -> {
10751+
pub fn add_two(thing: Int) -> Int {
1075210752
thing + 2
1075310753
}
1075410754

0 commit comments

Comments
 (0)