TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash9.ts

10 lines
273 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts"/>
//// /// <reference path="./module.ts
var c = classification;
verify.syntacticClassificationsAre(
c.comment("/// "),
c.punctuation("<"),
c.jsxSelfClosingTagName("reference"),
c.comment(" path=\"./module.ts"));