test/script/basic/JDK-8066669.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 1126
0a5ec176e9d8
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

hannesw@1126 1 {null=0, 1=2, false=true, foo=bar}
hannesw@1126 2 object null
hannesw@1126 3 number 1
hannesw@1126 4 boolean false
hannesw@1126 5 string foo
hannesw@1126 6 string bar
hannesw@1126 7 number 2
hannesw@1126 8 boolean true
hannesw@1126 9 number 0
hannesw@1126 10 bar
hannesw@1126 11 null
hannesw@1126 12 null
hannesw@1126 13 {null=0, 1=2, false=true, foo=baz}

mercurial