test/script/basic/JDK-8066214.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 1356
02421b7112bb
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

     1 0
     2 abc
     3 true
     4 TypeError: undefined is not an Object
     5 TypeError: null is not an Object
     6 [object Number]
     7 [object String]
     8 [object Boolean]
     9 [object Undefined]
    10 [object Null]
    11 0
    12 abc
    13 true
    14 TypeError: undefined is not an Object
    15 TypeError: null is not an Object

mercurial