test/tools/javac/miranda/T4666866.out

Thu, 23 Oct 2008 17:59:43 +0100

author
mcimadamore
date
Thu, 23 Oct 2008 17:59:43 +0100
changeset 155
4d2d8b6459e1
parent 1
9a66ca7c79fa
child 288
d402db1005ad
permissions
-rw-r--r--

6711619: javac doesn't allow access to protected members in intersection types
Summary: Accordingly to new accessibility rules all members of intersection types (but private ones) should be accessible
Reviewed-by: jjg

duke@1 1 T4666866.java:10: t is not abstract and does not override abstract method run() in java.lang.Runnable
duke@1 2 class t implements Runnable {}
duke@1 3 ^
duke@1 4 1 error

mercurial