TypeScript/tests/cases/fourslash/codeFixUnusedLabel_noSuggestionIfDisabled.ts
Andy 982c8d0af9
Add suggestion diagnostics for unused label and unreachable code (#24261)
* Add suggestion diagnostics for unused label and unreachable code

* Always error on unused left hand side of comma
2018-05-22 07:56:29 -07:00

8 lines
131 B
TypeScript

/// <reference path='fourslash.ts' />
// @allowUnusedLabels: true
////foo: while (true) {}
verify.getSuggestionDiagnostics([]);