TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash14.ts

8 lines
174 B
TypeScript
Raw Normal View History

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