test/script/basic/JDK-8133119.js.EXPECTED

Tue, 01 Sep 2015 18:28:11 +0530

author
sundar
date
Tue, 01 Sep 2015 18:28:11 +0530
changeset 1521
eed10d5bf2f4
parent 1515
4db30ae9ff23
permissions
-rw-r--r--

8068901: Surprising behavior with more than one functional interface on a class
8068903: Can't invoke vararg @FunctionalInterface methods
Reviewed-by: attila, hannesw

sundar@1515 1 TypeError: obj.func is not a function
sundar@1515 2 TypeError: arr[0].func is not a function
sundar@1515 3 TypeError: obj.func is not a function
sundar@1515 4 TypeError: arr[0].func is not a function
sundar@1515 5 TypeError: obj.foo is not a function
sundar@1515 6 TypeError: obj.foo is not a function
sundar@1515 7 TypeError: v is not a function
sundar@1515 8 TypeError: v is not a function

mercurial