TypeScript/tests/cases/fourslash/duplicateTypeParameters.ts

8 lines
117 B
TypeScript
Raw Normal View History

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