nashorn/test/script/basic/JDK-8079470.js.EXPECTED
author lana
Thu, 21 May 2015 16:20:20 -0700
changeset 30692 1286226d1236
parent 30394 72a59e4dffea
child 32441 8401a09d1b0d
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30394
72a59e4dffea 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
sundar
parents:
diff changeset
     1
TypeError: Can not create new object with constructor [jdk.internal.dynalink.beans.SimpleDynamicMethod File java.io.File.java.io.File(String,String)] with the passed arguments; they do not match any of its method signatures.
72a59e4dffea 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
sundar
parents:
diff changeset
     2
TypeError: Can not create new object with constructor [jdk.internal.dynalink.beans.SimpleDynamicMethod Color java.awt.Color.java.awt.Color(int,int,int)] with the passed arguments; they do not match any of its method signatures.