TypeScript/tests/cases/fourslash/forwardReference.ts

12 lines
210 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
////function f() {
//// var x = new t();
//// x./**/
////}
////class t {
//// public n: number;
////}
verify.completions({ marker: "", exact: "n" });