We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
class A { public function bind() { } } class Test extends A { override function bind() { super.bind(); } public static function main () { } }
"Cannot access super as value"
Activity