/// // @Filename: exportEqualCallableInterface_file0.ts ////interface x { //// (): Date; //// foo: string; ////} ////export = x; // @Filename: exportEqualCallableInterface_file1.ts /////// ////import test = require('exportEqualCallableInterface_file0'); ////var t2: test; ////t2./**/ goTo.marker(); verify.completionListContains('apply'); verify.completionListContains('arguments'); verify.completionListContains('foo');