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

15 lines
No EOL
301 B
TypeScript

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