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