TypeScript/tests/cases/fourslash/getJavaScriptSyntacticDiagnostics19.ts

15 lines
298 B
TypeScript

/// <reference path="fourslash.ts" />
// @allowJs: true
// @Filename: a.js
//// enum E { }
verify.getSyntacticDiagnostics(`[
{
"message": "'enum declarations' can only be used in a .ts file.",
"start": 5,
"length": 1,
"category": "error",
"code": 8015
}
]`);