You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Class C contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (C::f) in /in/W34sb on line 7
Process exited with code 255.
But I expected this output instead:
Fatal error: Class C contains 1 abstract method and must therefore be declared abstract or implement the remaining method (C::f) in /in/W34sb on line 7
Process exited with code 255.
("remaining methods" should be "remaining method" - we already have pluralization handling for "1 abstract method" vs multiple)