M. Sokolewicz wrote:
Sergio Gorelyshev wrote:
Hi all.
Situation:
interface MyInterface {
public static myMethod();
}
class MyClass implements MyInterface {
public static myMethod() {}
}
This sample will crash with message Fatal error: Access type for
interface method MyInterface::myMethod() mus
On Thu, 20 Jan 2005 16:39:21 +0100
"M. Sokolewicz" <[EMAIL PROTECTED]> wrote:
> Sergio Gorelyshev wrote:
> > Hi all.
> >
> > Situation:
> >
> > interface MyInterface {
> > public static myMethod();
> > }
> >
> > class MyClass implements MyInterface {
> > public static myMethod() {}
> > }
> >
Sergio Gorelyshev wrote:
Hi all.
Situation:
interface MyInterface {
public static myMethod();
}
class MyClass implements MyInterface {
public static myMethod() {}
}
This sample will crash with message
Fatal error: Access type for interface method MyInterface::myMethod() must be omitted in somef
3 matches
Mail list logo