j
k
j a
j l
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
Show replies by date
Just " A::f(); ".
pike-devel@lists.lysator.liu.se
Add to favorites Remove from favorites