TypeScript/tests/cases/fourslash/duplicateTypeParameters.ts

8 lines
111 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
2014-10-07 20:30:27 +02:00
//// class A<B, /**/B> { }
2014-07-13 01:04:16 +02:00
goTo.marker();
verify.quickInfoExists();