TypeScript/tests/cases/fourslash/getJavaScriptSemanticDiagnostics6.ts
Cyrus Najmabadi 0f079632b9 PR feedback.
2015-04-02 14:58:43 -07:00

15 lines
No EOL
321 B
TypeScript

/// <reference path="fourslash.ts" />
// @allowNonTsExtensions: true
// @Filename: a.js
//// interface I { }
verify.getSemanticDiagnostics(`[
{
"message": "'interface declarations' can only be used in a .ts file.",
"start": 10,
"length": 1,
"category": "error",
"code": 8006
}
]`);