public class Exist { // java helpfully re-interprets Exist as Exist public Exist foo() { throw new RuntimeException(); } }