TypeScript/tests/cases/fourslash/argumentsIndexExpression.ts
2015-03-02 14:41:44 -08:00

9 lines
151 B
TypeScript

/// <reference path="fourslash.ts" />
//// function f() {
//// var x = /**/arguments[0];
//// }
goTo.marker();
verify.quickInfoExists();