TypeScript/tests/cases/fourslash/prototypeProperty.ts

12 lines
258 B
TypeScript
Raw Normal View History

2014-10-07 20:30:27 +02:00
/// <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');