Skip to content

Commit f1f45d1

Browse files
GearsDatapackslpil
authored andcommitted
Fix rebase
1 parent f668d3a commit f1f45d1

File tree

1 file changed

+2
-0
lines changed
  • compiler-core/src/language_server/tests

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9307,6 +9307,7 @@ fn collapse_nested_case_does_not_remove_labels() {
93079307
}
93089308
}
93099309
9310+
pub type Wibble {
93109311
Wibble(field: Int, field2: String)
93119312
Wobble
93129313
}
@@ -9327,6 +9328,7 @@ fn collapse_nested_case_does_not_remove_labels_with_shorthand_syntax() {
93279328
2 -> 4
93289329
_ -> -1
93299330
}
9331+
93309332
Wobble -> todo
93319333
}
93329334
}

0 commit comments

Comments
 (0)