<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> **TypeScript Version:** 2.4.0 / nightly (2.5.0-dev.201xxxxx) 2.6.0-dev.20170926 **Code** ```ts let a = escape('aaa'); unescape(a); ``` **Expected behavior:** Compile succ **Actual behavior:** Compile error