test/script/sandbox/javaextend.js.EXPECTED

changeset 136
c54e218333be
parent 27
eda69555239a
child 719
11b83c913cca
equal deleted inserted replaced
133:5759f600fcf7 136:c54e218333be
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

mercurial