summaryrefslogtreecommitdiffstats
path: root/tests/bugs/ParserRecoveryTestPureJava.java
blob: 811d1fb55cb557bed98c9b787a85d9afe4a7e1d8 (plain)
1
2
3
4
5
6
7
8
9
// pr 45663
abstract class ParserRecoveryTestPureJava
{
	abstract int s(int x);

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