test/script/basic/es6/let-load.js

Print this page

        

*** 24,34 **** /** * JDK-8051889: Implement block scoping in symbol assignment and scope computation * * @test * @run ! * @option --language=es6 */ "use strict"; load(__DIR__ + "let-load-lib.js"); --- 24,35 ---- /** * JDK-8051889: Implement block scoping in symbol assignment and scope computation * * @test * @run ! * @option --language=es6 ! */ "use strict"; load(__DIR__ + "let-load-lib.js");