test/script/basic/JDK-8023630.js.EXPECTED

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/JDK-8023630.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,13 @@
     1.4 +ABCDEFGHIJKLMNO
     1.5 +cw_super has hashCode(): true
     1.6 +cw_super has super equals(): true
     1.7 +cw_super has no getClass(): true
     1.8 +cw_super has no wait(): true
     1.9 +r_super has no run(): true
    1.10 +r_super has hashCode(): true
    1.11 +r_super has equals(): true
    1.12 +r_super has no getClass(): true
    1.13 +r_super has no wait(): true
    1.14 +cw_super can access write through [] getter: true
    1.15 +cw_super can access hashCode through [] getter: true
    1.16 +cw_super can not access getClass through [] getter: true

mercurial