TypeScript/tests/cases/fourslash/goToDefinitionConstructorOfClassWhenClassIsPrecededByNamespace01.ts

15 lines
264 B
TypeScript
Raw Normal View History

2015-08-27 00:48:49 +02:00
/// <reference path='fourslash.ts' />
////namespace Foo {
//// export var x;
////}
////
////class Foo {
//// /*definition*/constructor() {
//// }
////}
////
2017-10-19 00:49:46 +02:00
////var x = new [|/*usage*/Foo|]();
2015-08-27 00:48:49 +02:00
2016-08-29 22:34:32 +02:00
verify.goToDefinition("usage", "definition");