TypeScript/tests/cases/fourslash/quickInfoOnCatchVariable.ts

10 lines
178 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
//// function f() {
//// try { } catch (/**/e) { }
//// }
goTo.marker();
verify.quickInfoExists();
2014-09-30 22:51:47 +02:00
verify.quickInfoIs("(var) e: any");