nashorn/test/script/basic/JDK-8026302.js.EXPECTED
author sundar
Fri, 11 Oct 2013 11:15:59 +0200
changeset 20938 e92d8249f60c
permissions -rw-r--r--
8026302: source representation of getter and setter methods is wrong Reviewed-by: lagergren, hannesw, jlaskey
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) {}