package foo;

interface A {

	enum FindMeIfYouCan {
		CONSTANT
	}
	
	void overrideMe(FindMeIfYouCan v);
}