Flip setter call intention
[fedora-idea.git] / plugins / IntentionPowerPak / src / intentionDescriptions / FlipSetterCallIntention / before.java.template
bloba37a8f24fae1f0b97fba59d5e0485a11527e93ea
1 public class X {
2   void f(Foo foo, Bar bar) {
3     <spot>foo.setName</spot>(bar.getFamilyName());
4   }