TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash14.ts

7 lines
158 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts"/>
//// /// nonElement
var c = classification;
verify.syntacticClassificationsAre(
c.comment("/// nonElement"));