Open bakkot opened 3 years ago
'use strict'; function f(){ let a; function a(){} }
parses without error. It should not.
parses without error. It should not.