(foo as any)
emits incorrectly if foo
is imported using import { ... } from ...
#4832
Labels
Milestone
foo.ts
bar.ts
bar.js
(<any>foo)
works correctly btw.The text was updated successfully, but these errors were encountered: