We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c710b96 commit 9945901Copy full SHA for 9945901
1 file changed
tests/cases/compiler/enumMemberReduction.ts
@@ -27,6 +27,5 @@ export function fn4(optionalEnum?: MyEnum) {
27
}
28
29
export function fn5(optionalEnum?: MyStringEnum) {
30
- return optionalEnum || MyStringEnum.B;
31
- }
32
-
+ return optionalEnum || MyStringEnum.B;
+}
0 commit comments