You are here
Add new comment
Error message
The spam filter installed on this site is currently unavailable. Per site policy, we are unable to accept new submissions until that problem is resolved. Please try resubmitting the form in a couple of minutes.
MultiVariable Match
How would you match a method that has two (or more) arguments. For example:
Foo.bar("someString", 5); // where 5 is an int/numeric literal
or
List ls = new List()
Foo.bar(ls);