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);
Více informací o možnostech formátování
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);