TypeScript/tests/cases/fourslash/outlineSpansBlockCommentsWithoutStatements.ts
Orta 8a797cad2b
Adds floating block comments to the outlining spans response (#36880)
* Adds floating block comments to the outlining spans response

* Only use one route for grabbing outline nodes, which now includes special casing the EOF token
2020-02-25 17:09:16 -05:00

10 lines
143 B
TypeScript

/// <reference path="fourslash.ts"/>
// #22732
////[|/*
///// * Some text
//// */|]
verify.outliningHintSpansInCurrentFile(test.ranges());