nashorn/test/script/basic/JDK-8026302.js.EXPECTED
author sundar
Thu, 09 Jan 2014 19:23:34 +0530
changeset 22379 5181d08e3440
parent 20938 e92d8249f60c
permissions -rw-r--r--
8031359: Invocable.getInterface() works incorrectly if interface has default methods Reviewed-by: attila, hannesw

get "foo"() {}
set "foo"(x) {}
get bar() {}
set bar(x) {}
get ":"() {}
set ":"(x) {}
get 12() {}
set 12(x) {}
get 1.8e-8() {}
set 1.8e-8(x) {}