test++
[fedora-idea.git] / testData / refactoring / inheritanceToDelegation / subClass / before / B.java
blob9c40fcc08f01117a0df45f6492ae1164ed949968
1 public class B extends A {
2 void methodFromB() {
3 super.delegatedBaseMethod();