Flip setter call intention
[fedora-idea.git] / plugins / IntentionPowerPak / src / intentionDescriptions / FlipSetterCallIntention / after.java.template
blob4cb6c8bd2fd285396385a688c142cc54c3e8f278
1 public class X {
2   void f(Foo foo, Bar bar) {
3     bar.setFamilyName(foo.getName());
4   }