TypeScript/tests/cases/fourslash/outlineSpansTrailingBlockCommentsAfterStatements.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

11 lines
173 B
TypeScript

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