TypeScript/tests/cases/fourslash/getJavaScriptSemanticDiagnostics3.ts
2015-11-13 13:44:57 -08:00

15 lines
No EOL
311 B
TypeScript

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