TypeScript/tests/cases/fourslash/noQuickInfoForLabel.ts
2015-04-12 16:04:32 -04:00

12 lines
201 B
TypeScript

/// <reference path='fourslash.ts'/>
//// /*1*/label : while(true){
//// break /*2*/label;
//// }
goTo.marker('1');
verify.not.quickInfoExists();
goTo.marker('2');
verify.not.quickInfoExists();