summaryrefslogtreecommitdiff
path: root/test/neg/bug25.scala
blob: 96a3c7dea38a5778a17e92fc071bf5aa537142ae (plain) (blame)
1
2
3
4
5
6
/** Signature of PortableRemoteObject's constructor is:
    protected PortableRemoteObject() throws RemoteException
*/

class A extends javax.rmi.PortableRemoteObject();