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

15 lines
No EOL
330 B
TypeScript

/// <reference path="fourslash.ts" />
// @allowNonTsExtensions: true
// @Filename: a.js
//// function F<T>() { }
verify.getSemanticDiagnostics(`[
{
"message": "'type parameter declarations' can only be used in a .ts file.",
"start": 11,
"length": 1,
"category": "error",
"code": 8004
}
]`);