TypeScript/tests/cases/fourslash/goToImplementationEnum_00.ts

12 lines
291 B
TypeScript
Raw Normal View History

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