- Output for 8.3.0 - 8.3.1, 8.3.17 - 8.3.25, 8.4.4 - 8.4.12
- --- Method: final_pub --- bool(true) bool(false) bool(true) --- Method: pub --- bool(false) bool(false) bool(true)
- Output for 8.3.2 - 8.3.16, 8.4.1 - 8.4.3
- 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.33, 8.2.0 - 8.2.29
- Fatal error: Cannot use 'final' as method modifier in /in/nJn5V on line 12
Process exited with code 255.