TypeScript/tests/cases/fourslash/server/ngProxy1.ts
2017-02-14 13:35:16 -08:00

20 lines
418 B
TypeScript

/// <reference path="../fourslash.ts"/>
// @Filename: tsconfig.json
//// {
//// "compilerOptions": {
//// "plugins": [
//// { "name": "quickinfo-augmeneter", "message": "hello world" }
//// ]
//// },
//// "files": ["a.ts"]
//// }
// @Filename: a.ts
//// let x = [1, 2];
//// x/**/
////
goTo.marker();
verify.quickInfoIs('Proxied x: number[]hello world');