test/script/sandbox/javaextend.js.EXPECTED

changeset 719
11b83c913cca
parent 136
c54e218333be
child 952
6d5471a497fb
     1.1 --- a/test/script/sandbox/javaextend.js.EXPECTED	Thu Jan 30 19:45:20 2014 +0530
     1.2 +++ b/test/script/sandbox/javaextend.js.EXPECTED	Thu Jan 30 20:14:29 2014 +0100
     1.3 @@ -1,6 +1,8 @@
     1.4  TypeError: Can not extend final class jdk.nashorn.test.models.FinalClass.
     1.5  TypeError: Can not extend class jdk.nashorn.test.models.NoAccessibleConstructorClass as it has no public or protected constructors.
     1.6  TypeError: Can not extend/implement non-public class/interface jdk.nashorn.test.models.NonPublicClass.
     1.7 +TypeError: Can not extend class because jdk.nashorn.test.models.ClassWithFinalFinalizer has a final finalize method.
     1.8 +TypeError: Can not extend class because jdk.nashorn.test.models.ClassWithFinalFinalizer has a final finalize method.
     1.9  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.
    1.10  abcdabcd
    1.11  run-object

mercurial