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

Print this page

        

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