Closed
Description
language/import_combinators_negative_test
language/unresolved_top_level_var_negative_test
From Gilad:
At this point this is a static warning and a runtime error. It looks like the spec omits to describe the static warning. I will fix this by adding:
It is as static warning if an identifier expression of the form id occurs inside a top level or static function (be it function, method, getter, or setter) or variable initializer and there is no declaration d with name id in the lexical scope enclosing the expression.