// "Pull method 'foo' to 'Int'" "true" public class Test implements Int { @Override void foo(){} } interface Int {}