mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-02 14:48:32 -05:00
Merge branch 'master' into reducedUnionTypes
This commit is contained in:
11
tests/cases/fourslash/noQuickInfoForLabel.ts
Normal file
11
tests/cases/fourslash/noQuickInfoForLabel.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
|
||||
//// /*1*/label : while(true){
|
||||
//// break /*2*/label;
|
||||
//// }
|
||||
|
||||
goTo.marker('1');
|
||||
verify.not.quickInfoExists();
|
||||
|
||||
goTo.marker('2');
|
||||
verify.not.quickInfoExists();
|
||||
Reference in New Issue
Block a user