Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Externs should use var instead of let
Multiple externs may declare the same symbol and that's ok. That doesn't work if an extern is declared with `let` instead of `var`, you get errors like: Duplicate let / const / class / function declaration in the same scope is not allowed.
- Loading branch information