TypeScript/tests/cases/fourslash/memberListOfEnumInModule.ts

12 lines
227 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts'/>
////module Fixes {
//// enum Foo {
//// bar,
//// baz
//// }
//// var f: Foo = Foo./**/;
////}
verify.completions({ marker: "", exact: ["bar", "baz"] });