nashorn/test/script/basic/JDK-8026302.js.EXPECTED
author martin
Wed, 10 Dec 2014 09:23:00 -0800
changeset 28057 1a47ceecdba5
parent 20938 e92d8249f60c
permissions -rw-r--r--
8065804: JEP 171: Clarifications/corrections for fence intrinsics Reviewed-by: dholmes, shade, dl, psandoz
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) {}