TypeScript/tests/cases/fourslash/getJavaScriptSyntacticDiagnostics17.ts

15 lines
302 B
TypeScript

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