nashorn/test/script/basic/JDK-8022903.js.EXPECTED
author sundar
Wed, 06 May 2015 20:04:42 +0530
changeset 30394 72a59e4dffea
parent 24733 1e825be55fd1
permissions -rw-r--r--
8079470: Misleading error message when explicit signature constructor is called with wrong arguments Reviewed-by: jlaskey, hannesw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     1
colors[0]=red
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     2
colors[1]=purple
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     3
colors[2]=pink
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     4
red
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     5
purple
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     6
pink
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     7
capital of Sweden is Stockholm
24733
1e825be55fd1 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
lagergren
parents: 19618
diff changeset
     8
capital of Hungary is Budapest
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     9
capital of Croatia is Zagreb
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
    10
Stockholm
24733
1e825be55fd1 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
lagergren
parents: 19618
diff changeset
    11
Budapest
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
    12
Zagreb