TypeScript/tests/cases/fourslash/quickInfoOfLablledForStatementIterator.ts
2015-03-02 14:41:44 -08:00

6 lines
133 B
TypeScript

/// <reference path="fourslash.ts" />
//// label1: for(var /**/i = 0; i < 1; i++) { }
goTo.marker();
verify.quickInfoExists();