Adding trailing newline to a baseline test file

This commit is contained in:
Dhruv Rajvanshi
2018-03-30 00:00:18 +05:30
parent ac97987ee0
commit 866c542522
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ enum E {
static
}
const x1: E.static = E.static;
const x1: E.static = E.static;
//// [strictModeEnumMemberNameReserved.js]
"use strict";

View File

@@ -3,4 +3,4 @@ enum E {
static
}
const x1: E.static = E.static;
const x1: E.static = E.static;