TypeScript/tests/cases/fourslash/prototypeProperty.ts
2014-10-07 11:30:27 -07:00

12 lines
258 B
TypeScript

/// <reference path='fourslash.ts'/>
////class A {}
////A./*1*/prototype;
////A./*2*/
goTo.marker('1');
verify.quickInfoIs('(property) A.prototype: A');
goTo.marker('2');
verify.completionListContains('prototype', '(property) A.prototype: A');