8079470: Misleading error message when explicit signature constructor is called with wrong arguments
Reviewed-by: jlaskey, 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) {}