TypeScript/tests/cases/fourslash/quickInfoOnCatchVariable.ts
2016-09-13 11:49:01 -07:00

8 lines
154 B
TypeScript

/// <reference path="fourslash.ts" />
//// function f() {
//// try { } catch (/**/e) { }
//// }
verify.quickInfoAt("", "(local var) e: any");