Skip to content

Commit 866c542

Browse files
Adding trailing newline to a baseline test file
1 parent ac97987 commit 866c542

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/baselines/reference/strictModeEnumMemberNameReserved.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ enum E {
44
static
55
}
66

7-
const x1: E.static = E.static;
7+
const x1: E.static = E.static;
8+
89

910
//// [strictModeEnumMemberNameReserved.js]
1011
"use strict";

tests/cases/compiler/strictModeEnumMemberNameReserved.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ enum E {
33
static
44
}
55

6-
const x1: E.static = E.static;
6+
const x1: E.static = E.static;

0 commit comments

Comments
 (0)