blob: 2f520f460a93c1c509a7770cd0fac6509b9061cc [file] [log] [blame]
// "Permute arguments" "true"
public class S {
void f(S k, int i, String s, Object o) {
f(this,1, "",new Object());<caret>
}
}