TypeScript/tests/cases/fourslash/getJavaScriptSemanticDiagnostics12.ts
2015-11-13 13:44:57 -08:00

15 lines
No EOL
291 B
TypeScript

/// <reference path="fourslash.ts" />
// @allowJs: true
// @Filename: a.js
//// declare var v;
verify.getSemanticDiagnostics(`[
{
"message": "'declare' can only be used in a .ts file.",
"start": 0,
"length": 7,
"category": "error",
"code": 8009
}
]`);