-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
Milestone
Description
TypeScript Version: master
Repro:
- Insert
// @lib: ES6ontest/fourslash/commentsFunctionExpression.ts - Run
jake runtests t=commentsFunctionExpression
Expected behavior:
The test should run well
Actual behavior:
Numbers unexpectedly becomes any:
AssertionError: At 14: quick info text: expected 'var assigned: (s: string) => any' to equal 'var assigned: (s: string) => number'
Probably the test code does not correctly check /// <reference /> comment in lib.d.ts files but not sure how can it be fixed.