TypeScript/tests/cases/fourslash/quickInfoOnCatchVariable.ts

8 lines
154 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
//// function f() {
//// try { } catch (/**/e) { }
//// }
2016-09-09 18:02:55 +02:00
verify.quickInfoAt("", "(local var) e: any");