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

15 lines
No EOL
296 B
TypeScript

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