TypeScript/tests/cases/fourslash/outliningForNonCompleteInterfaceDeclaration.ts

6 lines
123 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts"/>
////interface I[||]
// should not crash
2014-08-13 02:43:15 +02:00
verify.outliningSpansInCurrentFile([]);