Aladdin - Scala Bugtracking
[#25] project: compiler priority: medium category: bug
submitter assigned to status date submitted
Stephane Martin fixed 2003-05-27 14:46:47.0
subject wrong number of arguments
code
/** Signature of PortableRemoteObject's constructor is:
    protected PortableRemoteObject() throws RemoteException
*/

class A extends javax.rmi.PortableRemoteObject();

what happened
Main.scala:11: wrong number of arguments for constructor javax.rmi.PortableRemoteObject
class A extends javax.rmi.PortableRemoteObject();
                                              ^
one error found
what expected
[back to overview]
Changes of this bug report