test++, compilation fixed again
[fedora-idea.git] / java / java-tests / testData / refactoring / inheritanceToDelegation / abstractBase1 / before / A.java
blob976cbf5285349caf5f645545e76a8bee797912a0
1 public class A extends Base {
2 public void run() {
3 System.out.println("From A");
4 }