summaryrefslogtreecommitdiff
path: root/resources-en/src/intentionDescriptions/DelegateWithDefaultParamValueIntentionAction/before.java.template
blob: 90e1b2f320b2bd07938bdd8bec665277464b8495 (plain)
1
2
3
4
5
class Test {
  void foo(int a, int <spot>b</spot>){
    //do smth
  }
}