void print(MyObject o) {
}
void foo() {
print(o);
}
=====
void foo() {
print(o, 10); <- Alt-Enter only has create print(MyObject, int)
It should have Introduce parameter int
Jacques
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features
