TypeScript/tests/cases/fourslash/getJavaScriptSyntacticDiagnostics9.ts

11 lines
230 B
TypeScript

/// <reference path="fourslash.ts" />
// @allowJs: true
// @Filename: a.js
////[|public|] function F() { }
verify.getSyntacticDiagnostics([{
message: "'public' can only be used in a .ts file.",
code: 8009
}]);