nashorn/test/script/basic/JDK-8026302.js.EXPECTED
author hannesw
Fri, 03 Feb 2017 13:28:00 +0100
changeset 43555 1bb10bccf057
parent 20938 e92d8249f60c
permissions -rw-r--r--
8173888: Test for JDK-8169481 causes stack overflows in parser tests Reviewed-by: jlaskey, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20938
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     1
get "foo"() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     2
set "foo"(x) {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     3
get bar() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     4
set bar(x) {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     5
get ":"() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     6
set ":"(x) {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     7
get 12() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     8
set 12(x) {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     9
get 1.8e-8() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
    10
set 1.8e-8(x) {}