TypeScript/tests/cases/fourslash/semanticClassification2.ts

11 lines
283 B
TypeScript

/// <reference path="fourslash.ts"/>
//// interface /*0*/Thing {
//// toExponential(): number;
//// }
////
//// var Thing = 0;
//// Thing.toExponential();
var c = classification;
verify.semanticClassificationsAre(c.interfaceName("Thing", test.marker("0").position));