test data
[fedora-idea.git] / java / java-tests / testData / refactoring / safeDelete / multipleInterfacesImplementationThroughCommonInterface / after / BarImpl.java
blob04d6e04e4125d6d6dc6fe520883de76b9db1b566
1 public class BarImpl implements Bar {
2 public String getText() {
3 return "hello";
6 public IBar getIBar() {
7 return this;