// pr 45663
abstract class ParserRecoveryTestPureJava
{
	abstract int s(int x);

	void after(int xxx x x x x) {}
	
	void m() { return 2;}
}