TypeScript/tests/cases/fourslash/getJavaScriptSyntacticDiagnostics10.ts

15 lines
318 B
TypeScript

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