The following artificial example generates a syntax error. What is the correct syntax?
main.pike: class B { inherit FOO.A; void f() { FOO.A::f(); } } FOO.pmod: class A { void f() {} } Arne
The following artificial example generates a syntax error. What is the correct syntax?
main.pike: class B { inherit FOO.A; void f() { FOO.A::f(); } } FOO.pmod: class A { void f() {} } Arne