nashorn/test/script/sandbox/javaextend.js.EXPECTED
changeset 16522 d643e3ee819c
parent 16171 90dcd4fc42f0
child 22669 75563515567f
equal deleted inserted replaced
16346:5e8c55025644 16522:d643e3ee819c
     1 TypeError: Can not extend final class jdk.nashorn.internal.test.models.FinalClass.
     1 TypeError: Can not extend final class jdk.nashorn.test.models.FinalClass.
     2 TypeError: Can not extend class jdk.nashorn.internal.test.models.NoAccessibleConstructorClass as it has no public or protected constructors.
     2 TypeError: Can not extend class jdk.nashorn.test.models.NoAccessibleConstructorClass as it has no public or protected constructors.
     3 TypeError: Can not extend/implement non-public class/interface jdk.nashorn.internal.test.models.NonPublicClass.
     3 TypeError: Can not extend/implement non-public class/interface jdk.nashorn.test.models.NonPublicClass.
     4 TypeError: Can not extend multiple classes java.lang.Number and java.lang.Thread. At most one of the specified types can be a class, the rest must all be interfaces.
     4 TypeError: Can not extend multiple classes java.lang.Number and java.lang.Thread. At most one of the specified types can be a class, the rest must all be interfaces.
     5 abcdabcd
     5 abcdabcd
     6 run-object
     6 run-object
     7 run-fn
     7 run-fn
     8 run-fn-autoconvert
     8 run-fn-autoconvert