TypeScript/tests/cases/fourslash/goToDefinitionInTypeArgument.ts

10 lines
239 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
////class /*fooDefinition*/Foo<T> { }
2014-07-13 01:04:16 +02:00
////
////class /*barDefinition*/Bar { }
2014-07-13 01:04:16 +02:00
////
////var x = new Fo/*fooReference*/o<Ba/*barReference*/r>();
2016-08-29 22:34:32 +02:00
verify.goToDefinitionForMarkers("bar", "foo");