TypeScript/tests/cases/fourslash/getJavaScriptSyntacticDiagnostics3.ts

15 lines
312 B
TypeScript

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