blob: 70c7d1c401e7b1ffead7a922f99fc1578fb14efb [file] [log] [blame]
// "Bind Method Parameters to Fields" "true"
class A{
void <caret>method(int p1, int p2){
}
}