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

15 lines
No EOL
313 B
TypeScript

/// <reference path="fourslash.ts" />
// @allowNonTsExtensions: true
// @Filename: a.js
//// function F(): number { }
verify.getSemanticDiagnostics(`[
{
"message": "'types' can only be used in a .ts file.",
"start": 14,
"length": 6,
"category": "error",
"code": 8010
}
]`);