// "Create abstract method 'foo'" "false" class Usage { void usage(Target t) { t.foo(); } } enum Target { ; }