nashorn/test/script/basic/javaclassoverrides.js.EXPECTED
changeset 22669 75563515567f
parent 16777 207a993adb9a
equal deleted inserted replaced
22668:245094625886 22669:75563515567f
     1 R1.run() invoked
     1 R1.run() invoked
     2 R2.run() invoked
     2 R2.run() invoked
     3 r3.run() invoked
     3 r3.run() invoked
     4 r1.class != r2.class: true
     4 r1.class !== r2.class: true
     5 r2.class == r3.class: true
     5 r2.class !== r3.class: true
     6 Got exception: java.lang.UnsupportedOperationException
     6 Got exception: java.lang.UnsupportedOperationException
     7 Got exception: java.lang.UnsupportedOperationException
     7 Got exception: java.lang.UnsupportedOperationException
     8 (new ExtendsList).size() = 0
     8 (new ExtendsList).size() = 0
     9 (new ExtendsList(){}).size() = 0
     9 (new (Java.extend(ExtendsList)){}).size() = 0