mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-30 04:16:48 -05:00
Adding trailing newline to a baseline test file
This commit is contained in:
@@ -4,7 +4,8 @@ enum E {
|
||||
static
|
||||
}
|
||||
|
||||
const x1: E.static = E.static;
|
||||
const x1: E.static = E.static;
|
||||
|
||||
|
||||
//// [strictModeEnumMemberNameReserved.js]
|
||||
"use strict";
|
||||
|
||||
@@ -3,4 +3,4 @@ enum E {
|
||||
static
|
||||
}
|
||||
|
||||
const x1: E.static = E.static;
|
||||
const x1: E.static = E.static;
|
||||
|
||||
Reference in New Issue
Block a user