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