TypeScript/tests/cases/fourslash/getJavaScriptSyntacticDiagnostics14.ts

11 lines
229 B
TypeScript
Raw Normal View History

2015-03-18 00:56:19 +01:00
/// <reference path="fourslash.ts" />
// @allowJs: true
// @Filename: a.js
////Foo<[|number|]>();
2015-03-18 00:56:19 +01:00
verify.getSyntacticDiagnostics([{
message: "'type arguments' can only be used in a .ts file.",
code: 8011
}]);