TypeScript/tests/cases/fourslash/goToImplementationEnum_01.ts

12 lines
277 B
TypeScript
Raw Normal View History

2016-08-22 22:57:40 +02:00
/// <reference path='fourslash.ts'/>
// Should handle calls made on enum name
//// enum [|Foo|] {
2016-08-22 22:57:40 +02:00
//// Foo1 = function initializer() { return 5 } (),
//// Foo2 = 6
//// }
2016-08-22 22:57:40 +02:00
////
//// Fo/*reference*/o;
2016-09-14 02:33:49 +02:00
verify.allRangesAppearInImplementationList("reference");