norswap/autumn

error in Java grammar

anyahelene opened this issue · 1 comments

public enum Problem {
	A_IS_FOR_AARDVARKS, //
	B_IS_FOR_BANANAS, //
	C_IS_FOR_CEPHALOPDS, //
	D_IS_FOR_DOCTORS, //
	;

}

(See JLS-8.9.1 and
JLS-14.20.3)

fixed by 3871662