Warning: Private methods cannot be final as they are never overridden by other classes in /in/nJn5V on line 10
--- Method: final_pub ---
bool(true)
bool(false)
bool(true)
--- Method: pub ---
bool(false)
bool(false)
bool(true)
Output for 8.1.0 - 8.1.34, 8.2.0 - 8.2.32
Fatal error: Cannot use 'final' as method modifier in /in/nJn5V on line 12
Process exited with code 255.