nashorn/test/script/basic/es6/lexical-toplevel.js.EXPECTED
changeset 27817 56f6161c3e55
parent 27814 96427359f4fe
equal deleted inserted replaced
27816:c6c53c5adc51 27817:56f6161c3e55
    11 true
    11 true
    12 false
    12 false
    13 false
    13 false
    14 true
    14 true
    15 true
    15 true
       
    16 TypeError: Assignment to constant "CONST"
    16 VAR
    17 VAR
    17 LETLET
    18 LETLET
    18 CONST
    19 CONST
    19 function FUNC() {}
    20 function FUNC() {}
    20 GLOBAL
    21 GLOBAL
    26 true
    27 true
    27 false
    28 false
    28 false
    29 false
    29 true
    30 true
    30 true
    31 true
       
    32 TypeError: Assignment to constant "CONST"